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)
commit2f4ac8d0f79206acaeae4efb2c6b65f80d5823c3
tree975dca62de331a24f81c58ea0657e2cc6cc9d623
parent0636360f7bad4c440274c9ab73cc3d72add7d381
tagging: Unify the clickable tag link generation.

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 &.
xtaran/tagging