Cite markup

merge-requests/8/head
Bob Mottram 2020-11-06 13:33:00 +00:00
parent 1543051d4e
commit aa939c39eb
1 changed files with 2 additions and 1 deletions

View File

@ -2770,7 +2770,8 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
title = sections[1]
link = sections[2]
citationsStr += \
' <li><a href="' + link + '">' + title + '</a></li>'
' <li><a href="' + link + '"><cite>' + \
title + '</cite></a></li>'
citationsStr += ' </ul>\n'
citationsStr += '</div>\n'