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:
@@ -312,7 +312,7 @@ if (!$columns && support("table")) {
|
||||
$backward_keys = $adminer->backwardKeys($TABLE, $table_name);
|
||||
|
||||
echo "<div class='scrollable'>";
|
||||
echo "<table id='table' cellspacing='0' class='nowrap checkable odds'>";
|
||||
echo "<table id='table' class='nowrap checkable odds'>";
|
||||
echo script("mixin(qs('#table'), {onclick: tableClick, ondblclick: partialArg(tableClick, true), onkeydown: editingKeydown});");
|
||||
echo "<thead><tr>" . (!$group && $select
|
||||
? ""
|
||||
|
Reference in New Issue
Block a user