mirror of
https://github.com/ThunixdotNet/wiki.git
synced 2026-01-24 04:10:18 +00:00
Fixed even more HTML code
This commit is contained in:
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") );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user