diff options
Diffstat (limited to 'mat/mat.py')
| -rw-r--r-- | mat/mat.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
