mirror of https://gitlab.com/bashrc2/epicyon
Replace ?
parent
221862705e
commit
b3d0bd223b
|
@ -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/' + \
|
||||
|
|
Loading…
Reference in New Issue