mirror of
https://github.com/vrana/adminer.git
synced 2026-03-06 12:31:45 +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:
@@ -64,7 +64,7 @@ if ($_POST) {
|
||||
<?php
|
||||
if ($fields) {
|
||||
unset($create);
|
||||
echo "<table border='0' cellspacing='0' cellpadding='2'>\n";
|
||||
echo "<table cellspacing='0'>\n";
|
||||
foreach ($fields as $name => $field) {
|
||||
echo "<tr><th>" . htmlspecialchars($name) . "</th><td>";
|
||||
$value = (!isset($row) ? $field["default"] :
|
||||
|
||||
Reference in New Issue
Block a user