Fixing the Direction of Forward

This commit is contained in:
2025-05-28 16:25:07 +02:00
parent 5a88f2b536
commit 5817fad760
+1 -1
View File
@@ -342,7 +342,7 @@ class furatalogLib {
} }
if (!($currentpage >= $currentMaxPages)) { if (!($currentpage >= $currentMaxPages)) {
echo "<a class=\"prev\" href=\"?p=" . ($currentpage+1) . "\"><</a>"; echo "<a class=\"prev\" href=\"?p=" . ($currentpage+1) . "\">></a>";
} }
} }
} }