X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fblosxom-plugins.git;a=blobdiff_plain;f=xtaran%2Ftagging;fp=xtaran%2Ftagging;h=bde29ebd39843ab0966e661bbd48d169728db93f;hp=336bcc52e2f2606db8c7a4703ab7fdd50de7cf19;hb=292b068646a58b75996b5b2cdc79e8d48befc87b;hpb=848567e3d8881dd1873c346567d5a03e0ddb7fa0 diff --git a/xtaran/tagging b/xtaran/tagging index 336bcc5..bde29eb 100644 --- a/xtaran/tagging +++ b/xtaran/tagging @@ -330,7 +330,8 @@ sub story { my $attr_title = blosxom::blosxom_html_escape("$shared_tags_number $shared_tags_text: $shared_tags_list"); my $attr_href = blosxom::blosxom_html_escape($opath); - $related_stories .= qq($related_story_prefix$title); + my $html_title = blosxom::blosxom_html_escape($title); + $related_stories .= qq($related_story_prefix$html_title); $related_stories .= ' (' if $show_shared_tags || $show_number_of_shared_tags;