Kaydet (Commit) 0ab7093b authored tarafından Fred Drake's avatar Fred Drake

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

(closes SF patch #1054715; backported from trunk revision 1.151)
üst d8f5802a
......@@ -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 = ("<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