remove html tag

This commit is contained in:
Thilina Buddika 2012-08-07 08:05:37 +05:30
parent fd231a786c
commit 950bb60d23

View File

@ -344,11 +344,11 @@ foreach ($tables as $keyname => $each_table) {
) {
$row_count = 1;
$odd_row = true;
?>
</tr>
</tbody>
</table>
<?php
echo '</tr>'
. '</tbody>'
. '</table>';
PMA_TableHeader(false, $server_slave_status);
}