mirror of
https://github.com/ShaYmez/xlxd.git
synced 2025-09-02 13:17:52 -04:00
Merge pull request #69 from phl0/fixHTML
Fix obiously missing slashes to table tags
This commit is contained in:
commit
35b249d4bd
@ -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…
x
Reference in New Issue
Block a user