diff --git a/dr.botzo.py b/dr.botzo.py index 14fb5bc..f7b40ee 100755 --- a/dr.botzo.py +++ b/dr.botzo.py @@ -183,8 +183,10 @@ class GoogleTranslate(Module): # do some text conversion translation = translation.replace('\\u0026quot;', '"') + translation = translation.replace('\\u0026amp;', '&') translation = translation.replace('\\u003c', '<') translation = translation.replace('\\u003e', '>') + translation = translation.replace('\\u0026#39;', '\'') if replypath is None: return translation