]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/linklist.html
Fixes a bug preventing to remove a tag with special chars when searching
[github/shaarli/Shaarli.git] / tpl / linklist.html
index 09860bafbec0b2ca3c3ba7b8d8f05d5888da7390..6ce59dd85931f8cbd49a5442f6c4f03d66d4a587 100644 (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}