mirror of
https://github.com/ThunixdotNet/wiki.git
synced 2026-01-24 20:30:19 +00:00
changed one div from content to body
This commit is contained in:
2
wiki.php
2
wiki.php
@@ -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") );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user