This commit is contained in:
2026-03-10 14:14:16 -04:00
parent 0e72c0c8d6
commit a78c901167

View File

@@ -27,7 +27,7 @@ $next = $sites[$nextIndex];
?>
<div class="webring">
<a href="<?= htmlspecialchars($prev) ?>">← Previous</a>
<a href="//<?= htmlspecialchars($prev) ?>">← Previous</a>
|
<a href="<?= htmlspecialchars($next) ?>">Next →</a>
<a href="//<?= htmlspecialchars($next) ?>">Next →</a>
</div>