Loading py/sopdswrap.py +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ def websym(s,attr=False): """Replace special web-symbols""" result = s if attr: table = {'"':'\''} table = {'"':'\'','&':'&'} else: table = {'&':'&','<':'<'} for k in table.keys(): Loading Loading
py/sopdswrap.py +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ def websym(s,attr=False): """Replace special web-symbols""" result = s if attr: table = {'"':'\''} table = {'"':'\'','&':'&'} else: table = {'&':'&','<':'<'} for k in table.keys(): Loading