Fix XHTML strict problems in XMLDB.

This commit is contained in:
tjhunt
2009-04-03 05:47:59 +00:00
parent 8af334cd22
commit d09ef2a0ef
5 changed files with 5 additions and 5 deletions
@@ -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&amp;table=' . $tableparam . '&amp;dir=' . urlencode(str_replace($CFG->dirroot, '', $dirpath)));
die; /// re-die :-P
}