Skip to content

Commit

Permalink
#67 escape raw citations
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy-1 committed Mar 13, 2020
1 parent 0c5a85b commit d41c6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/frontend/objects/article_details.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@
</ol>
{else}
<div class="value">
{$publication->getData('citationsRaw')|nl2br}
{$publication->getData('citationsRaw')|escape|nl2br}
</div>
{/if}
</div>
Expand Down

0 comments on commit d41c6ae

Please sign in to comment.