Update language.php

This commit is contained in:
2026-06-15 10:06:15 +02:00
parent d790085fcc
commit 1495504081
+5 -1
View File
@@ -75,7 +75,11 @@ $file,
<li>
<?= htmlspecialchars($name) ?>
</li>
<li>
<a href="learn.php?lang=<?= urlencode($lang) ?>&list=<?= urlencode($name) ?>">
<?= htmlspecialchars($name) ?>
</a>
</li>
<?php endforeach; ?>
</ul>