From 9164239c9abf48bbdad33ca675dc2acb6bc4e608 Mon Sep 17 00:00:00 2001 From: gnieark Date: Tue, 8 Dec 2015 23:01:56 +0100 Subject: [PATCH] fix missing '}' --- html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/index.php b/html/index.php index 8e5e819..f0ef461 100644 --- a/html/index.php +++ b/html/index.php @@ -153,7 +153,6 @@ if (isset($_POST['xd_check'])){ } } - ?> @@ -192,6 +191,7 @@ if (isset($_POST['xd_check'])){ include $mainSectionScript; if($asideSectionContent <> ""){ echo ""; + } ?>