Corrected HTML and adjusted column width

This commit is contained in:
TechEmporium 2019-06-30 18:05:02 -04:00
parent 0eec566185
commit a0c8542eff
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ print "<hr>
echo ( shell_exec("/usr/bin/pandoc includes/sidebar.md") );
print " </div>
<div id='content' style='width: 80%; float:right;'>";
<div id='content' style='width: 78%; float:right;'>";
echo ( shell_exec("/usr/bin/pandoc articles/$page.md") );