mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-7861, fixing xhtml strict divs
This commit is contained in:
parent
df07bbeee6
commit
8fcf22595e
1 changed files with 1 additions and 1 deletions
|
@ -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 ' <input type="submit" name="cancel" value="'.get_string('cancel').'" onclick="javascript:history.go(-1)" />';
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue