mirror of https://github.com/ThunixdotNet/wiki.git
changed one div from content to body
This commit is contained in:
parent
eeb230f0c7
commit
8956441002
2
wiki.php
2
wiki.php
|
@ -16,7 +16,7 @@ print "<!DOCTYPE html>
|
||||||
echo ( shell_exec("/usr/bin/pandoc includes/header.md") );
|
echo ( shell_exec("/usr/bin/pandoc includes/header.md") );
|
||||||
|
|
||||||
print "<hr/>
|
print "<hr/>
|
||||||
<div id='content' style='width: 90%;'>
|
<div id='body' style='width: 90%;'>
|
||||||
<div id='sidebar' style='width: 20%;'>";
|
<div id='sidebar' style='width: 20%;'>";
|
||||||
echo ( shell_exec("/usr/bin/pandoc includes/sidebar.md") );
|
echo ( shell_exec("/usr/bin/pandoc includes/sidebar.md") );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue