Fix XHTML strict problems in XMLDB.
This commit is contained in:
@@ -108,7 +108,7 @@ class edit_table_save extends XMLDBAction {
|
||||
$navigation = build_navigation($navlinks);
|
||||
print_header("$site->shortname: XMLDB", "$site->fullname", $navigation);
|
||||
notice ('<p>' .implode(', ', $errors) . '</p>
|
||||
<p>' . $temptable->readableInfo(),
|
||||
<p>' . $temptable->readableInfo() . '</p>',
|
||||
'index.php?action=edit_table&table=' . $tableparam . '&dir=' . urlencode(str_replace($CFG->dirroot, '', $dirpath)));
|
||||
die; /// re-die :-P
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user