mirror of
https://github.com/ShaYmez/xlxd.git
synced 2025-08-05 06:42:27 -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,7 +95,7 @@ for ($i=0;$i<count($Data[1]);$i++) {
|
||||
}
|
||||
}
|
||||
|
||||
echo '<table>';
|
||||
echo '</table>';
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user