This commit is contained in:
2022-05-15 12:13:03 +02:00
parent df9c60c29e
commit 53c7c9d9e2
4 changed files with 8 additions and 5 deletions

View File

@@ -41,9 +41,6 @@
<p class="error-text">{@html $t('show.warning_will_not_see_again')}</p>
{#if note.meta.type === 'text'}
<div class="note">
{note.contents}
</div>
<div class="note">
{@html contentWithLinks(note.contents)}
</div>