1
0
mirror of https://github.com/ShaYmez/xlxd.git synced 2025-07-29 20:02:24 -04:00

Fix obiously missing slashes to table tags

This commit is contained in:
phl0 2017-12-20 00:00:48 +01:00
parent f696a5f7fd
commit 146dbc70f2
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A

View File

@ -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++) {
}
}
echo '<table>';
echo '</table>';
?>
</td>
</tr>
</table>
</table>