Fix obiously missing slashes to table tags
@ -67,7 +67,7 @@ for ($i=0;$i<count($Data[0]);$i++) {
}
echo '<table>';
echo '</table>';
@ -95,8 +95,8 @@ for ($i=0;$i<count($Data[1]);$i++) {
?>
</td>
</tr>
</table>
Powered by TurnKey Linux.