]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Fixes a bug preventing to remove a tag with special chars when searching 424/head
authorArthurHoaro <arthur@hoa.ro>
Wed, 6 Jan 2016 18:54:44 +0000 (19:54 +0100)
committerArthurHoaro <arthur@hoa.ro>
Wed, 6 Jan 2016 18:54:44 +0000 (19:54 +0100)
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}