tagging: Unify the clickable tag link generation.
authorMatthijs Kooijman <matthijs@stdin.nl>
Fri, 12 Mar 2010 14:35:35 +0000 (15:35 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Fri, 12 Mar 2010 20:47:01 +0000 (21:47 +0100)
This ensures that clicking a tag anyhere on the page does the same (adds
or removes it from the current filter, depending on if it was in there
already).

This also ensures that both url and HTML escaping is consistently
applied to the generated links, preventing a duplicate escaping of
&amp; that could occur in $current_filter before. It now makes use of
blosxom_html_escape instead of encoding only &.


No differences found