forked from indymedia/epicyon
Cite markup
parent
00ac3016f1
commit
1543051d4e
|
@ -5982,7 +5982,7 @@ def htmlCitations(baseDir: str, nickname: str, domain: str,
|
||||||
htmlStr += \
|
htmlStr += \
|
||||||
'<input type="checkbox" name="newswire' + str(ctr) + \
|
'<input type="checkbox" name="newswire' + str(ctr) + \
|
||||||
'" value="' + citationValue + '"' + selectedStr + '/>' + \
|
'" value="' + citationValue + '"' + selectedStr + '/>' + \
|
||||||
'<a href="' + link + '">' + title + '</a> '
|
'<a href="' + link + '"><cite>' + title + '</cite></a> '
|
||||||
htmlStr += '<span class="newswireDate">' + \
|
htmlStr += '<span class="newswireDate">' + \
|
||||||
dateShown + '</span><br>\n'
|
dateShown + '</span><br>\n'
|
||||||
ctr += 1
|
ctr += 1
|
||||||
|
|
Loading…
Reference in New Issue