Fix obiously missing slashes to table tags

pull/69/head
phl0 8 years ago
parent f696a5f7fd
commit 146dbc70f2
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A

@ -67,7 +67,7 @@ for ($i=0;$i<count($Data[0]);$i++) {
} }
} }
echo '<table>'; echo '</table>';
@ -95,7 +95,7 @@ for ($i=0;$i<count($Data[1]);$i++) {
} }
} }
echo '<table>'; echo '</table>';
?> ?>
</td> </td>
</tr> </tr>

Loading…
Cancel
Save

Powered by TurnKey Linux.