diff --git a/admin/tool/xmldb/actions/edit_table/edit_table.class.php b/admin/tool/xmldb/actions/edit_table/edit_table.class.php
index 5c2e7b93f82..32f6fea00e0 100644
--- a/admin/tool/xmldb/actions/edit_table/edit_table.class.php
+++ b/admin/tool/xmldb/actions/edit_table/edit_table.class.php
@@ -124,7 +124,7 @@ class edit_table extends XMLDBAction {
$o.= ' ';
$o.= ' ';
$o.= ' ';
- $o.= '
';
@@ -337,7 +337,7 @@ class edit_table extends XMLDBAction {
// The readable info
$r = '' . $index->readableInfo() . ' | ';
// Print table row
- $o .= '| ' . $i . $b . $r .' |
';
+ $o .= '| ' . $i . $b . $r .' |
';
$row = ($row + 1) % 2;
}
$o .= '';
diff --git a/admin/tool/xmldb/actions/edit_xml_file/edit_xml_file.class.php b/admin/tool/xmldb/actions/edit_xml_file/edit_xml_file.class.php
index 1fdd4cb1b53..f053c08c040 100644
--- a/admin/tool/xmldb/actions/edit_xml_file/edit_xml_file.class.php
+++ b/admin/tool/xmldb/actions/edit_xml_file/edit_xml_file.class.php
@@ -115,7 +115,7 @@ class edit_xml_file extends XMLDBAction {
$o.= ' ';
$o.= ' ';
$o.= ' ';
- $o.= '