Skip to content

Commit

Permalink
pkp/pkp-lib#3805 Add missing escaping to catalog.noTitlesSearch
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Jun 18, 2018
1 parent c845c1e commit bfdcdec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/frontend/pages/searchResults.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{* No published titles *}
{elseif !$publishedMonographs|@count}
<div class="search_results">
{translate key="catalog.noTitlesSearch" searchQuery=$searchQuery}
{translate key="catalog.noTitlesSearch" searchQuery=$searchQuery|escape}
<a href="#search-form">
{translate key="search.searchAgain"}
</a>
Expand Down

0 comments on commit bfdcdec

Please sign in to comment.