diff --git a/frontend/src/routes/DocumentList.svelte b/frontend/src/routes/DocumentList.svelte index 06dc446b..02fe7467 100644 --- a/frontend/src/routes/DocumentList.svelte +++ b/frontend/src/routes/DocumentList.svelte @@ -91,7 +91,8 @@ const showDividers = $derived(groupedDocuments.length >= 2);

{#each titleSegments as seg, i (i)} - {#if seg.highlight}{seg.text}{:else}{seg.text}{/if} {/each} @@ -125,7 +126,7 @@ const showDividers = $derived(groupedDocuments.length >= 2); {#if snippet}

Fundstelle: {snippet}