Human linting

This commit is contained in:
Ubergeek 2019-07-01 00:35:39 +00:00
parent 7d6b375b59
commit 278be5c80e
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ print "<!DOCTYPE html>
<body>";
echo ( shell_exec("/usr/bin/pandoc $doc_root/includes/header.md") );
print "<hr/>
print "<hr>
<div id='body' style='width: 90%;'>
<div id='sidebar' style='width: 20%;float:left;'>";
echo ( shell_exec("/usr/bin/pandoc $doc_root/includes/sidebar.md") );
@ -30,7 +30,7 @@ echo ( shell_exec("/usr/bin/pandoc $doc_root/articles/$page.md") );
print " </div>
</div>
<div id='footer' style='clear:both;'>
<hr/>";
<hr>";
echo ( shell_exec("/usr/bin/pandoc $doc_root/includes/footer.md") );