summaryrefslogtreecommitdiff
path: root/mat/mat.py
diff options
context:
space:
mode:
Diffstat (limited to 'mat/mat.py')
-rw-r--r--mat/mat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mat/mat.py b/mat/mat.py
index 7c8b0dd..70a2cf5 100644
--- a/mat/mat.py
+++ b/mat/mat.py
@@ -110,7 +110,7 @@ class XMLParser(xml.sax.handler.ContentHandler):
110 ''' 110 '''
111 Concatenate the content between opening and closing balises 111 Concatenate the content between opening and closing balises
112 ''' 112 '''
113 if self.between is True: 113 if self.between:
114 self.content += characters 114 self.content += characters
115 115
116 116