fixed syntax error in last commit that fixes MDL-10768

This commit is contained in:
jamiesensei
2007-08-09 15:05:15 +00:00
parent 64de04fb09
commit dfcdf0726b
+1 -1
View 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>