mirror of https://github.com/ThunixdotNet/wiki.git
Fixed even more HTML code
This commit is contained in:
parent
5d468882d6
commit
723b1eb479
6
wiki.php
6
wiki.php
|
@ -16,12 +16,12 @@ 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='content' style='width: 90%;'>
|
||||||
<div id='sidebar' style='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") );
|
||||||
|
|
||||||
print " </div>
|
print " </div>
|
||||||
<div='content' style='width=80%'>";
|
<div id='content' style='width: 80%;'>";
|
||||||
|
|
||||||
echo ( shell_exec("/usr/bin/pandoc articles/$page.md") );
|
echo ( shell_exec("/usr/bin/pandoc articles/$page.md") );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue