From: Matthijs Kooijman Date: Fri, 12 Mar 2010 14:35:35 +0000 (+0100) Subject: tagging: Unify the clickable tag link generation. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=2f4ac8d0f79206acaeae4efb2c6b65f80d5823c3;hp=2f4ac8d0f79206acaeae4efb2c6b65f80d5823c3;p=matthijs%2Fupstream%2Fblosxom-plugins.git 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 & that could occur in $current_filter before. It now makes use of blosxom_html_escape instead of encoding only &. ---