Skip to content

Commit 217910c

Browse files
authored
Merge pull request #68 from hankxdev/reander-intro-msg
fix issue #66 intro message not rendered as HTML
2 parents cca05bf + 0133141 commit 217910c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
<main>
8585
{#if showInfoMessage}
86-
<p>{getI18N('undoInfoMsg')} <a href="#hide" on:click={hideInfoMessage}>{getI18N('hideInfoMsg')}</a></p>
86+
<p>{@html getI18N('undoInfoMsg')} <a href="#hide" on:click={hideInfoMessage}>{getI18N('hideInfoMsg')}</a></p>
8787
{/if}
8888
<!-- svelte-ignore a11y-autofocus -->
8989
<input autofocus placeholder={getI18N('searchTxt')} bind:value={searchValue} type="search">

0 commit comments

Comments
 (0)