Preceding @

main
Bob Mottram 2020-06-28 23:02:45 +01:00
parent 09fcc4be63
commit f505179ffa
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ def htmlFollowingList(baseDir: str, followingFilename: str) -> str:
for followingAddress in followingList:
if followingAddress:
followingListHtml += \
'<h3>' + followingAddress + '</h3>'
'<h3>@' + followingAddress + '</h3>'
followingListHtml += htmlFooter()
msg = followingListHtml
return msg