Skip to content

Commit

Permalink
pkp#9325 removed conflicting strip_unsafe_html and unescape template …
Browse files Browse the repository at this point in the history
…modifier
  • Loading branch information
touhidurabir committed Sep 27, 2023
1 parent fbb24eb commit e693c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/linkAction/linkActionButton.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
{assign var=_labelTitle value=$action->getTitle()|strip_unsafe_html}
{/if}

{$_labelTitle|strip_unsafe_html|unescape:'html'}
{$_labelTitle}
</a>

0 comments on commit e693c5d

Please sign in to comment.