X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fvintage%2Flinklist.html;h=ff0dd40ca5bad2a63a643e7d2c0897c3d7c0e999;hb=d9d71b10c3bc70a0881d630b37dc4e918c9e812f;hp=8f1ded95303b5204cef5954443fb58a3901d94cf;hpb=03340c18ead651ef9e11f883745695f2edafbae3;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/vintage/linklist.html b/tpl/vintage/linklist.html index 8f1ded95..ff0dd40c 100644 --- a/tpl/vintage/linklist.html +++ b/tpl/vintage/linklist.html @@ -1,7 +1,6 @@ - {include="includes"} @@ -62,29 +61,29 @@ for {$search_term} {/if} {if="!empty($search_tags)"} - {$exploded_tags=explode(' ', $search_tags)} + {$exploded_tags=tags_str2array($search_tags, $tags_separator)} tagged {loop="$exploded_tags"} - {$value} x + {$value} x {/loop} {elseif="$search_tags === false"} - untagged x + untagged x {/if} {/if}