fix typo
svn: r7783
This commit is contained in:
parent
9df661af87
commit
8666d4a62a
@ -78,8 +78,7 @@ strip_dict = dict.fromkeys(range(9)+range(12,20))
|
||||
|
||||
|
||||
def escxml(d):
|
||||
return esacpe(d, { '"' : '"' } )
|
||||
|
||||
return escape(d, { '"' : '"' } )
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user