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:
parent
f696a5f7fd
commit
146dbc70f2
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user