Skip to content

Commit

Permalink
Merge pull request #68 from hankxdev/reander-intro-msg
Browse files Browse the repository at this point in the history
fix issue #66 intro message not rendered as HTML
  • Loading branch information
hankxdev authored Apr 11, 2021
2 parents cca05bf + 0133141 commit 217910c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

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

0 comments on commit 217910c

Please sign in to comment.