From a0c8542eff8b6c4705787919dddc85d27af58a7f Mon Sep 17 00:00:00 2001 From: TechEmporium Date: Sun, 30 Jun 2019 18:05:02 -0400 Subject: [PATCH] Corrected HTML and adjusted column width --- wiki.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") );