mirror of https://gitlab.com/bashrc2/epicyon
Replace double with single
parent
7439f98e81
commit
57f8d699e4
|
@ -1570,7 +1570,7 @@ def individualPostAsHtml(translate: {}, \
|
|||
mediaType=attach['mediaType']
|
||||
imageDescription=''
|
||||
if attach.get('name'):
|
||||
imageDescription=attach['name'].replace('"','\"')
|
||||
imageDescription=attach['name'].replace('"',"'")
|
||||
if mediaType=='image/png' or \
|
||||
mediaType=='image/jpeg' or \
|
||||
mediaType=='image/gif':
|
||||
|
|
Loading…
Reference in New Issue