mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 11:34:10 +02:00
Remove unused HTLM attribute
This commit is contained in:
@@ -16,7 +16,7 @@ class AdminerJsonColumn {
|
||||
}
|
||||
|
||||
private function _buildTable($json) {
|
||||
echo '<table cellspacing="0" style="margin:2px; font-size:100%;">';
|
||||
echo '<table style="margin:2px; font-size:100%;">';
|
||||
foreach ($json as $key => $val) {
|
||||
echo '<tr>';
|
||||
echo '<th>' . h($key) . '</th>';
|
||||
|
Reference in New Issue
Block a user