Fixes a bug preventing to remove a tag with special chars when searching

This commit is contained in:
ArthurHoaro 2016-01-06 19:54:44 +01:00
parent 2c75f8e780
commit eefb636cea
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
<div id="searchcriteria">{$result_count} results for tags <i>
{loop="search_crits"}
<span class="linktag" title="Remove tag">
<a href="?removetag={$value}">{$value} <span class="remove">x</span></a>
<a href="?removetag={function="urlencode($value)"}">{$value} <span class="remove">x</span></a>
</span>
{/loop}</i></div>
{/if}