From 10e3de8ad65f98804737e1d3ddb3c26b224d3f33 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 5 Aug 2011 22:35:05 +0200 Subject: Complete the documentation --- lib/mat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/mat.py b/lib/mat.py index 23255d5..ad66d92 100644 --- a/lib/mat.py +++ b/lib/mat.py @@ -80,7 +80,7 @@ class XMLParser(xml.sax.handler.ContentHandler): self.list.append(self.dict.copy()) self.dict.clear() else: - content = self.content.replace('\n', ' ') + content = self.content.replace('\s', ' ') self.dict[self.key] = content self.between = False -- cgit v1.3