Commit 7d1ae660 authored by Fred Drake's avatar Fred Drake

fix markup in "title" attribute for \citetitle{}

(closes SF patch #1054715; backporting to release23-maint branch)
parent 4958a3be
......@@ -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 = ("<em class=\"citetitle\"><a\n"
. " href=\"$url\"\n"
. " title=\"$title\"\n"
. " title=\"$titletext\"\n"
. " >$title$icon</a></em>");
}
else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment