From 586899bdc89e3f5071415123a3731eb7faf3cded Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Tue, 3 Feb 2026 20:24:27 +0100 Subject: [PATCH] minor bugfix in wiki index Signed-off-by: Stephan Richter --- frontend/src/routes/wiki/Index.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/wiki/Index.svelte b/frontend/src/routes/wiki/Index.svelte index d983f816..76c4b859 100644 --- a/frontend/src/routes/wiki/Index.svelte +++ b/frontend/src/routes/wiki/Index.svelte @@ -39,6 +39,6 @@

{lastLetter = page.charAt(0).toUpperCase()||page.charAt(0).toUpperCase()}

{/if} -{page} +{page} {/each} {/if} \ No newline at end of file