We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4729c82 commit cfbeadbCopy full SHA for cfbeadb
src/lib/components/TextzeugenSelector.svelte
@@ -15,7 +15,7 @@
15
Textzeuge: <select class="select my-2" bind:value={selectedSigla[i]}>
16
{#if i !== 0}<option value="">kein Textzeuge</option>{/if}
17
{#each sigla as { sigil, handle }}
18
- <option value={handle}>{sigil}</option>
+ <option value={handle}>{@html sigil}</option>
19
{/each}
20
</select>
21
</label>
0 commit comments