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>
<div class="main"> <div class="main">
' . $lib->printItemLists($section) . ' ';
echo $lib->printItemLists($section);
echo '
</div> </div>
' . $lib->printNsfwCheck() . ' ';
echo $lib->printNsfwCheck();
echo '
<div class="pager">'; <div class="pager">';
echo $lib->printPagerNumbers(); echo $lib->printPagerNumbers();
echo ' echo '
@@ -57,7 +60,9 @@
</p> </p>
</footer> </footer>
' . $lib->printScriptSec() . ' ';
echo $lib->printScriptSec();
echo '
</body> </body>
</html>'; </html>';