mirror of
https://github.com/vrana/adminer.git
synced 2025-08-14 02:23:59 +02:00
Move <td> from Adminer::backwardKeysPrint
This commit is contained in:
@@ -358,6 +358,9 @@ if (!$columns) {
|
||||
);
|
||||
}
|
||||
}
|
||||
if ($backward_keys) {
|
||||
echo "<td>";
|
||||
}
|
||||
$adminer->backwardKeysPrint($backward_keys, $rows[$n]);
|
||||
echo "</tr>\n"; // close to allow white-space: pre
|
||||
}
|
||||
|
Reference in New Issue
Block a user