forked from indymedia/epicyon
Newline
parent
e4f9399cc7
commit
a5cb7f09c9
|
@ -5927,7 +5927,7 @@ def htmlCitations(baseDir: str, nickname: str, domain: str,
|
||||||
'value="' + dateStr + '"/>' + \
|
'value="' + dateStr + '"/>' + \
|
||||||
'<a href="' + link + '">' + title + '</a> '
|
'<a href="' + link + '">' + title + '</a> '
|
||||||
htmlStr += '<span class="newswireDate">' + \
|
htmlStr += '<span class="newswireDate">' + \
|
||||||
dateShown + '</span>\n'
|
dateShown + '</span><br>\n'
|
||||||
|
|
||||||
htmlStr += '</form>\n'
|
htmlStr += '</form>\n'
|
||||||
return htmlStr + htmlFooter()
|
return htmlStr + htmlFooter()
|
||||||
|
|
Loading…
Reference in New Issue