diff --git a/libraries/Index.class.php b/libraries/Index.class.php
index bab0018ab..bb8b75759 100644
--- a/libraries/Index.class.php
+++ b/libraries/Index.class.php
@@ -465,7 +465,7 @@ class PMA_Index
$this_params['index'] = $index->getName();
$r .= '
'
. ' ' . PMA_getIcon('b_edit.png', __('Edit')) . ''
+ . '">' . PMA_getOnlyIcon('b_edit.png', __('Edit')) . ''
. ' | ' . "\n";
$this_params = $GLOBALS['url_params'];
@@ -487,7 +487,7 @@ class PMA_Index
}
$r .= ' href="sql.php' . PMA_generate_common_url($this_params)
. '" >'
- . PMA_getIcon('b_drop.png', __('Drop')) . ''
+ . PMA_getOnlyIcon('b_drop.png', __('Drop')) . ''
. '' . "\n";
}
diff --git a/tbl_structure.php b/tbl_structure.php
index bcc3496c4..263d25ac5 100644
--- a/tbl_structure.php
+++ b/tbl_structure.php
@@ -604,20 +604,6 @@ if (! $tbl_is_view && ! $db_is_information_schema && 'ARCHIVE' != $tbl_type) {
*/
echo PMA_Index::getView($table, $db);
?>
-
-