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 1cc975d commit 9094e0a
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 @@ -26,7 +26,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>

{* Count of monographs in this category *}
Expand Down

0 comments on commit 9094e0a

Please sign in to comment.