mirror of https://github.com/ThunixdotNet/wiki.git
Cleaned up elements, mainly properly closing them
This commit is contained in:
parent
30cd1939bf
commit
ec7212728a
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>";
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue