mirror of
https://github.com/vrana/adminer.git
synced 2026-03-05 03:51:42 +01:00
Remove useless table attributes (thanks to Juraj Krivda)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@595 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -270,7 +270,7 @@ for (var i=0; <?php echo $i; ?> > i; i++) {
|
||||
}
|
||||
}
|
||||
|
||||
echo "<table border='1' cellspacing='0' cellpadding='2' class='nowrap'>\n";
|
||||
echo "<table cellspacing='0' class='nowrap'>\n";
|
||||
for ($j=0; $row = $result->fetch_assoc(); $j++) {
|
||||
if (!$j) {
|
||||
echo '<thead><tr><td><label><input type="checkbox" name="all" value="1" />' . lang('whole result') . '</label></td>';
|
||||
|
||||
Reference in New Issue
Block a user