Other way around

master
Bob Mottram 2019-09-08 22:46:27 +01:00
parent 8b0eb7ffc0
commit 7439f98e81
1 changed files with 1 additions and 1 deletions

View File

@ -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':