MDL-8425, fixing xhtml strict issues

This commit is contained in:
toyomoyo
2007-02-08 07:12:53 +00:00
parent 01d4866181
commit 007456de61
25 changed files with 140 additions and 128 deletions
@@ -95,12 +95,12 @@ class view_structure_sql extends XMLDBAction {
}
/// The back to edit table button
$b = ' <p align="center" class="buttons">';
$b = ' <p class="centerpara buttons">';
$b .= '<a href="index.php?action=edit_xml_file&amp;dir=' . urlencode(str_replace($CFG->dirroot, '', $dirpath)) . '">[' . $this->str['back'] . ']</a>';
$b .= '</p>';
$o = $b;
$o.= ' <table id="formelements" align="center" cellpadding="5">';
$o.= ' <table id="formelements" class="boxaligncenter" cellpadding="5">';
$o.= ' <tr><td align="center">' . $this->str['selectdb'];
/// Show the popup of generators