Replace ?

main
Bob Mottram 2021-09-21 13:59:21 +01:00
parent 221862705e
commit b3d0bd223b
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ def _getReplyIconHtml(baseDir: str, nickname: str, domain: str,
replyToThisPostStr = translate[replyToThisPostStr]
conversationStr = ''
if conversationId:
conversationStr = ';conversationId=' + conversationId
conversationStr = '?conversationId=' + conversationId
if isPublicRepeat:
replyStr += \
' <a class="imageAnchor" href="/users/' + \