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