Skip to content
Snippets Groups Projects
Commit 4aa41d9b authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Accept HTML in 'note' attribute of variable.

parent 59b0f828
Branches
Tags 0.0.69
No related merge requests found
Pipeline #3210 passed
......@@ -148,7 +148,7 @@
{#if note !== undefined}
<div class="text-sm text-black mb-4 leading-normal font-serif">
<p class="break-words">
{note}
{@html note}
</p>
</div>
{/if}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment