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

View file

@ -53,7 +53,7 @@
<div id="searchcriteria">{$result_count} results for tags <i> <div id="searchcriteria">{$result_count} results for tags <i>
{loop="search_crits"} {loop="search_crits"}
<span class="linktag" title="Remove tag"> <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> </span>
{/loop}</i></div> {/loop}</i></div>
{/if} {/if}