mirror of
https://github.com/ThunixdotNet/wiki.git
synced 2026-01-24 04:10:18 +00:00
Corrected HTML and adjusted column width
This commit is contained in:
2
wiki.php
2
wiki.php
@@ -21,7 +21,7 @@ print "<hr>
|
|||||||
echo ( shell_exec("/usr/bin/pandoc includes/sidebar.md") );
|
echo ( shell_exec("/usr/bin/pandoc includes/sidebar.md") );
|
||||||
|
|
||||||
print " </div>
|
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") );
|
echo ( shell_exec("/usr/bin/pandoc articles/$page.md") );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user