Trying Another Bugfix

This commit is contained in:
2026-06-09 22:22:17 +02:00
parent 1017d1be9c
commit 829b354b77
+9 -4
View File
@@ -39,11 +39,14 @@
</div>
<div class="main">
' . $lib->printItemLists($section) . '
';
echo $lib->printItemLists($section);
echo '
</div>
' . $lib->printNsfwCheck() . '
';
echo $lib->printNsfwCheck();
echo '
<div class="pager">';
echo $lib->printPagerNumbers();
echo '
@@ -57,7 +60,9 @@
</p>
</footer>
' . $lib->printScriptSec() . '
';
echo $lib->printScriptSec();
echo '
</body>
</html>';