mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 01:54:00 +02:00
Remove unused HTLM attribute
This commit is contained in:
@@ -13,7 +13,7 @@ class AdminerTableIndexesStructure {
|
||||
* @return bool
|
||||
*/
|
||||
function tableIndexesPrint($indexes) {
|
||||
echo "<table cellspacing='0'>\n";
|
||||
echo "<table>\n";
|
||||
echo "<thead><tr><th>" . lang('Name') . "<th>" . lang('Type') . "<th>" . lang('Columns') . "</thead>\n";
|
||||
foreach ($indexes as $name => $index) {
|
||||
echo "<tr><th>" . h($name) . "<td>" . $index['type'];
|
||||
|
Reference in New Issue
Block a user