Merge pull request #69 from phl0/fixHTML

Fix obiously missing slashes to table tags
pull/52/merge
LX1IQ 8 years ago committed by GitHub
commit 35b249d4bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save

Powered by TurnKey Linux.