forked from indymedia/epicyon
Preceding @
parent
09fcc4be63
commit
f505179ffa
|
@ -309,7 +309,7 @@ def htmlFollowingList(baseDir: str, followingFilename: str) -> str:
|
||||||
for followingAddress in followingList:
|
for followingAddress in followingList:
|
||||||
if followingAddress:
|
if followingAddress:
|
||||||
followingListHtml += \
|
followingListHtml += \
|
||||||
'<h3>' + followingAddress + '</h3>'
|
'<h3>@' + followingAddress + '</h3>'
|
||||||
followingListHtml += htmlFooter()
|
followingListHtml += htmlFooter()
|
||||||
msg = followingListHtml
|
msg = followingListHtml
|
||||||
return msg
|
return msg
|
||||||
|
|
Loading…
Reference in New Issue