1
0
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:
Jakub Vrana
2011-01-18 17:29:40 +01:00
parent c0682062ca
commit 33aec2c764
2 changed files with 15 additions and 15 deletions

View File

@@ -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
}