Skip to content

Commit

Permalink
pkp/pkp-lib#10372 Fix double-escaping of category titles
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Sep 6, 2024
1 parent c890964 commit 03971bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/frontend/pages/catalogCategory.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="page page_catalog_category">

{* Breadcrumb *}
{include file="frontend/components/breadcrumbs_catalog.tpl" type="category" parent=$parentCategory currentTitle=$category->getLocalizedTitle()|escape}
{include file="frontend/components/breadcrumbs_catalog.tpl" type="category" parent=$parentCategory currentTitle=$category->getLocalizedTitle()}
<h1>
{$category->getLocalizedTitle()|escape}
</h1>
Expand Down

0 comments on commit 03971bf

Please sign in to comment.