diff --git a/assets/index.php b/assets/index.php
index 8e19c97..be784e3 100644
--- a/assets/index.php
+++ b/assets/index.php
@@ -39,11 +39,14 @@
- ' . $lib->printItemLists($section) . '
+ ';
+ echo $lib->printItemLists($section);
+ echo '
- ' . $lib->printNsfwCheck() . '
-
+ ';
+ echo $lib->printNsfwCheck();
+ echo '