From: Fred Drake Date: Thu, 4 Nov 2004 03:25:23 +0000 (+0000) Subject: fix markup in "title" attribute for \citetitle{} X-Git-Tag: v2.3.5c1~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ab7093be266f6dcf2af9a2f2c58c0e31502ee41;p=thirdparty%2FPython%2Fcpython.git fix markup in "title" attribute for \citetitle{} (closes SF patch #1054715; backported from trunk revision 1.151) --- diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index c752040b9b1f..426da8bdd149 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -390,9 +390,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 {