Cleaned up elements, mainly properly closing them

This commit is contained in:
Ubergeek 2019-06-30 17:17:30 +00:00
parent 30cd1939bf
commit ec7212728a
1 changed files with 3 additions and 2 deletions

View File

@ -27,10 +27,11 @@ echo ( shell_exec("/usr/bin/pandoc articles/$page.md") );
print " </div><hr/> print " </div><hr/>
</div> </div>
<div id=footer style='clear:both;'"; <div id='footer' style='clear:both;'>";
echo ( shell_exec("/usr/bin/pandoc includes/footer.md") ); echo ( shell_exec("/usr/bin/pandoc includes/footer.md") );
print " </body> print " </div>
</body>
</html>"; </html>";
?> ?>