mirror of
https://github.com/ThunixdotNet/wiki.git
synced 2026-01-24 04:10:18 +00:00
Cleaned up elements, mainly properly closing them
This commit is contained in:
5
wiki.php
5
wiki.php
@@ -27,10 +27,11 @@ echo ( shell_exec("/usr/bin/pandoc articles/$page.md") );
|
||||
|
||||
print " </div><hr/>
|
||||
</div>
|
||||
<div id=footer style='clear:both;'";
|
||||
<div id='footer' style='clear:both;'>";
|
||||
|
||||
echo ( shell_exec("/usr/bin/pandoc includes/footer.md") );
|
||||
|
||||
print " </body>
|
||||
print " </div>
|
||||
</body>
|
||||
</html>";
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user