diff --git a/wiki.php b/wiki.php index 43b3e29..544377a 100644 --- a/wiki.php +++ b/wiki.php @@ -21,7 +21,7 @@ print "
echo ( shell_exec("/usr/bin/pandoc includes/sidebar.md") ); print " -
"; +
"; echo ( shell_exec("/usr/bin/pandoc articles/$page.md") );