Cite markup

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

View File

@ -5982,7 +5982,7 @@ def htmlCitations(baseDir: str, nickname: str, domain: str,
htmlStr += \
'<input type="checkbox" name="newswire' + str(ctr) + \
'" value="' + citationValue + '"' + selectedStr + '/>' + \
'<a href="' + link + '">' + title + '</a> '
'<a href="' + link + '"><cite>' + title + '</cite></a> '
htmlStr += '<span class="newswireDate">' + \
dateShown + '</span><br>\n'
ctr += 1