Skip to content

Commit

Permalink
Properly nest, don't escape markup in i18n in anno edit template #451
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Mar 15, 2022
1 parent 9dea827 commit 7af7b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/panel-annotation/annotation-edit-template.hbs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div class="panel-header">
<header>
<p class="title is-3">{{#i18n 'edit_annotation'}}Edit Annotation{{/i18n}}</p>
<p class="subtitle is-7">{{#i18n 'annotation_info'}}(Find more info on what and how to annotate in
<p class="subtitle is-7">{{{#i18n 'annotation_info'}}}(Find more info on what and how to annotate in
<a class="is-link" href="http://dhstatic.hum.uu.nl/readit/AnnotationGuide.pdf" target="_blank"> the
Annotation Guide{{/i18n}}</a>)
Annotation Guide</a>{{{/i18n}}})
</p>
</header>
</div>
Expand Down

0 comments on commit 7af7b78

Please sign in to comment.