From 99238bf4d4ea84ac636822dec94178d2428d0d48 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 9 Aug 2007 08:57:52 +0000 Subject: [PATCH] Fixes for RTL languages during install MDL-10768 --- install.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install.php b/install.php index cb38d300ea0..edca4a03ad0 100644 --- a/install.php +++ b/install.php @@ -670,7 +670,7 @@ if ($nextstage == SAVE) { echo "\n"; echo "
\n"; - echo "
\n"; + echo "
\n"; echo "
\n";
         print_r(s($str));
         echo "
\n"; @@ -924,8 +924,8 @@ function form_table($nextstage = WELCOME, $formaction = "install.php") { } ?> - \n" : " \n" ?> - WELCOME) ? "\n" : " \n" ?> + \n" : " \n" ?> + WELCOME) ? "\n" : " \n" ?> ; font-weight: bold; } .td_right { - text-align: left; + text-align: ; } .main { width: 500px;