Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7348bad commit ed30629Copy full SHA for ed30629
1 file changed
Doc/perl/python.perl
@@ -389,9 +389,10 @@ sub do_cmd_citetitle{
389
my $icon = get_link_icon($url);
390
my $repl = '';
391
if ($url) {
392
+ my $titletext = strip_html_markup("$title");
393
$repl = ("<em class=\"citetitle\"><a\n"
394
. " href=\"$url\"\n"
- . " title=\"$title\"\n"
395
+ . " title=\"$titletext\"\n"
396
. " >$title$icon</a></em>");
397
}
398
else {
0 commit comments