diff --git a/admin/xmldb/actions/edit_field/edit_field.class.php b/admin/xmldb/actions/edit_field/edit_field.class.php index f82d08dd7bf..59d9288f22d 100644 --- a/admin/xmldb/actions/edit_field/edit_field.class.php +++ b/admin/xmldb/actions/edit_field/edit_field.class.php @@ -173,7 +173,7 @@ class edit_field extends XMLDBAction { $o.= ' '; $o.= ''; /// Calculate the buttons - $b = '

'; + $b = '

'; /// The view original XML button if ($table->getField($fieldparam)) { $b .= ' [' . $this->str['vieworiginal'] . ']'; diff --git a/admin/xmldb/actions/edit_index/edit_index.class.php b/admin/xmldb/actions/edit_index/edit_index.class.php index 40e98a210ba..391abc882f4 100644 --- a/admin/xmldb/actions/edit_index/edit_index.class.php +++ b/admin/xmldb/actions/edit_index/edit_index.class.php @@ -128,7 +128,7 @@ class edit_index extends XMLDBAction { $o.= ' '; $o.= ''; /// Calculate the buttons - $b = '

'; + $b = '

'; /// The view original XML button if ($table->getIndex($indexparam)) { $b .= ' [' . $this->str['vieworiginal'] . ']'; diff --git a/admin/xmldb/actions/edit_key/edit_key.class.php b/admin/xmldb/actions/edit_key/edit_key.class.php index 5cf458b0bd0..cbe7db2b282 100644 --- a/admin/xmldb/actions/edit_key/edit_key.class.php +++ b/admin/xmldb/actions/edit_key/edit_key.class.php @@ -140,7 +140,7 @@ class edit_key extends XMLDBAction { $o.= ' '; $o.= ''; /// Calculate the buttons - $b = '

'; + $b = '

'; /// The view original XML button if ($table->getKey($keyparam)) { $b .= ' [' . $this->str['vieworiginal'] . ']'; diff --git a/admin/xmldb/actions/edit_sentence/edit_sentence.class.php b/admin/xmldb/actions/edit_sentence/edit_sentence.class.php index 2a3f4376761..e997cb9fa71 100644 --- a/admin/xmldb/actions/edit_sentence/edit_sentence.class.php +++ b/admin/xmldb/actions/edit_sentence/edit_sentence.class.php @@ -133,7 +133,7 @@ class edit_sentence extends XMLDBAction { $o.= ' '; $o.= ''; /// Calculate the buttons - $b = '

'; + $b = '

'; /// The back to edit statement button $b .= ' [' . $this->str['back'] . ']'; $b .= '

'; diff --git a/admin/xmldb/actions/edit_statement/edit_statement.class.php b/admin/xmldb/actions/edit_statement/edit_statement.class.php index 6cf274d27c5..a3443d2c102 100644 --- a/admin/xmldb/actions/edit_statement/edit_statement.class.php +++ b/admin/xmldb/actions/edit_statement/edit_statement.class.php @@ -115,7 +115,7 @@ class edit_statement extends XMLDBAction { $o.= ' '; $o.= ''; /// Calculate the buttons - $b = '

'; + $b = '

'; /// The view original XML button if ($origstructure->getStatement($statementparam)) { $b .= ' [' . $this->str['vieworiginal'] . ']';