]> git.mjollnir.org Git - moodle.git/commitdiff
fixed syntax error in last commit that fixes MDL-10768
authorjamiesensei <jamiesensei>
Thu, 9 Aug 2007 15:05:15 +0000 (15:05 +0000)
committerjamiesensei <jamiesensei>
Thu, 9 Aug 2007 15:05:15 +0000 (15:05 +0000)
install.php

index ab69c3630c88fb3f8a9983ef299902583daf9689..0f55a56ad759bf44bdf9582bf542fb71fe943197 100644 (file)
@@ -549,7 +549,7 @@ if ($nextstage == SAVE) {
 //==========================================================================//
 
 ?>
-<html dir="<?php echo (right_to_left() ? 'rtl' : 'ltr' ?>">
+<html dir="<?php echo (right_to_left() ? 'rtl' : 'ltr'); ?>">
 <head>
 <link rel="shortcut icon" href="theme/standard/favicon.ico" />
 <title>Moodle Install</title>