MDL-7861, fixing xhtml strict divs

This commit is contained in:
toyomoyo 2007-01-05 01:19:02 +00:00
parent df07bbeee6
commit 8fcf22595e

View file

@ -288,7 +288,7 @@
}
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 {