]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/vintage/linklist.html
Process remove tag endpoint through Slim controller
[github/shaarli/Shaarli.git] / tpl / vintage / linklist.html
index 8f1ded95303b5204cef5954443fb58a3901d94cf..502abcf9e878003365fac33bce19f8b9021e7d63 100644 (file)
@@ -66,7 +66,7 @@
                 tagged
                 {loop="$exploded_tags"}
                     <span class="linktag" title="Remove tag">
-                        <a href="?removetag={function="urlencode($value)"}">{$value} <span class="remove">x</span></a>
+                        <a href="./remove-tag/{function="urlencode($value)"}">{$value} <span class="remove">x</span></a>
                     </span>
                 {/loop}
             {elseif="$search_tags === false"}