diff --git a/libraries/operations.lib.php b/libraries/operations.lib.php index 38c09b1db9..58f012497d 100644 --- a/libraries/operations.lib.php +++ b/libraries/operations.lib.php @@ -862,11 +862,13 @@ function PMA_getTableOptionDiv($comment, $tbl_collation, $tbl_storage_engine, */ function PMA_getHtmlForRenameTable() { - $html_output = '' . __('Rename table to') . '' + $html_output = '' . __('Rename table to') . '' . '' . '' + . '' + . '' . '' . '' . ''; $html_output .= PMA_Util::getDropdown( @@ -1069,11 +1071,14 @@ function PMA_getTableOptionFieldset($comment, $tbl_collation, function PMA_getHtmlForTableRow($attribute, $label, $val) { return '' - . '' - . '' + . '' + . '' + . '' + . '' + . '' + . '' . ''; }