From e693c5d4f2f9f835c82d374e668c44425f7c4dea Mon Sep 17 00:00:00 2001 From: Touhidur Rahman Date: Wed, 27 Sep 2023 14:35:27 +0600 Subject: [PATCH] pkp/pkp-lib#9325 removed conflicting strip_unsafe_html and unescape template modifier --- templates/linkAction/linkActionButton.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/linkAction/linkActionButton.tpl b/templates/linkAction/linkActionButton.tpl index d7584d30526..0c185b2606e 100644 --- a/templates/linkAction/linkActionButton.tpl +++ b/templates/linkAction/linkActionButton.tpl @@ -27,5 +27,5 @@ {assign var=_labelTitle value=$action->getTitle()|strip_unsafe_html} {/if} - {$_labelTitle|strip_unsafe_html|unescape:'html'} + {$_labelTitle}