mirror of https://gitlab.com/bashrc2/epicyon
Cite markup
parent
00ac3016f1
commit
1543051d4e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue