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]
|
replyToThisPostStr = translate[replyToThisPostStr]
|
||||||
conversationStr = ''
|
conversationStr = ''
|
||||||
if conversationId:
|
if conversationId:
|
||||||
conversationStr = ';conversationId=' + conversationId
|
conversationStr = '?conversationId=' + conversationId
|
||||||
if isPublicRepeat:
|
if isPublicRepeat:
|
||||||
replyStr += \
|
replyStr += \
|
||||||
' <a class="imageAnchor" href="/users/' + \
|
' <a class="imageAnchor" href="/users/' + \
|
||||||
|
|
Loading…
Reference in New Issue