Fixes a bug preventing to remove a tag with special chars when searching
This commit is contained in:
parent
2c75f8e780
commit
eefb636cea
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue