Link to reply

master
Bob Mottram 2019-08-18 20:06:06 +01:00
parent f6a6094528
commit 85ddf42737
1 changed files with 1 additions and 1 deletions

View File

@ -996,7 +996,7 @@ def individualPostAsHtml(baseDir: str, \
if replyNickname and replyDomain:
titleStr+=' <i class="replyingto">replying to</i> <a href="'+postJsonObject['object']['inReplyTo']+'">@'+replyNickname+'@'+replyDomain+'</a>'
else:
titleStr+=' <i class="replyingto">replying to</i> '+postJsonObject['object']['inReplyTo']
titleStr+=' <i class="replyingto">replying to</i> <a href="'+postJsonObject['object']['inReplyTo']+'">'+postJsonObject['object']['inReplyTo']+'</a>'
attachmentStr=''
if postJsonObject['object']['attachment']:
if isinstance(postJsonObject['object']['attachment'], list):