]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-7861, fixing xhtml strict divs
authortoyomoyo <toyomoyo>
Fri, 5 Jan 2007 01:19:02 +0000 (01:19 +0000)
committertoyomoyo <toyomoyo>
Fri, 5 Jan 2007 01:19:02 +0000 (01:19 +0000)
mod/data/edit.php

index f775576689bf432657a5b0461b313258240045ab..a1818cfd5ca68acf7f596f4c06fa9febba9b91a5 100755 (executable)
     }
 
     echo $newtext;
-    echo '<div align="center"><input type="submit" name="saveandview" value="'.get_string('saveandview','data').'" />';
+    echo '<div style="text-align:center"><input type="submit" name="saveandview" value="'.get_string('saveandview','data').'" />';
     if ($rid) {
         echo '&nbsp;<input type="submit" name="cancel" value="'.get_string('cancel').'" onclick="javascript:history.go(-1)" />';
     } else {