Skip to content

Commit cfbeadb

Browse files
author
Sebastian Flick
committed
load sigil as html
1 parent 4729c82 commit cfbeadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/TextzeugenSelector.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Textzeuge: <select class="select my-2" bind:value={selectedSigla[i]}>
1616
{#if i !== 0}<option value="">kein Textzeuge</option>{/if}
1717
{#each sigla as { sigil, handle }}
18-
<option value={handle}>{sigil}</option>
18+
<option value={handle}>{@html sigil}</option>
1919
{/each}
2020
</select>
2121
</label>

0 commit comments

Comments
 (0)