From: Fred Drake Date: Thu, 4 Nov 2004 03:23:04 +0000 (+0000) Subject: fix markup in "title" attribute for \citetitle{} X-Git-Tag: v2.4c1~106 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed306292d68fe8ca3fb48f31129fe68229741519;p=thirdparty%2FPython%2Fcpython.git fix markup in "title" attribute for \citetitle{} (closes SF patch #1054715; backporting to release23-maint branch) --- diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index c7f2ffb5b6df..14ce9584c1b1 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -389,9 +389,10 @@ sub do_cmd_citetitle{ my $icon = get_link_icon($url); my $repl = ''; if ($url) { + my $titletext = strip_html_markup("$title"); $repl = ("$title$icon"); } else {