Skip to content

Commit

Permalink
Save bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
vrana committed Feb 22, 2017
1 parent 770fc96 commit e40d969
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions adminer/db.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,9 @@
search_tables();
}
}
$doc_link = doc_link(array('sql' => 'show-table-status.html'));
echo "<table cellspacing='0' class='nowrap checkable' onclick='tableClick(event);' ondblclick='tableClick(event, true);'>\n";

echo '<thead><tr class="wrap"><td><input id="check-all" type="checkbox" onclick="formCheck(this, /^(tables|views)\[/);" class="jsonly">';
$doc_link = doc_link(array('sql' => 'show-table-status.html'));
echo '<th>' . lang('Table');
echo '<td>' . lang('Engine') . doc_link(array('sql' => 'storage-engines.html'));
echo '<td>' . lang('Collation') . doc_link(array('sql' => 'charset-mysql.html'));
Expand Down

0 comments on commit e40d969

Please sign in to comment.