changed one div from content to body

This commit is contained in:
ubergeek 2019-06-30 13:05:09 -04:00
parent eeb230f0c7
commit 8956441002
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ print "<!DOCTYPE html>
echo ( shell_exec("/usr/bin/pandoc includes/header.md") );
print "<hr/>
<div id='content' style='width: 90%;'>
<div id='body' style='width: 90%;'>
<div id='sidebar' style='width: 20%;'>";
echo ( shell_exec("/usr/bin/pandoc includes/sidebar.md") );