Changeset 53:b5e24837a3ba for relatorio/templates/opendocument.py
- Timestamp:
- 08/13/08 12:33:03 (5 years ago)
- Branch:
- default
- Files:
-
- 1 modified
-
relatorio/templates/opendocument.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
relatorio/templates/opendocument.py
r50 r53 36 36 from genshi.template import MarkupTemplate 37 37 38 GENSHI_EXPR = re.compile(r'''((/)?(for|choose|otherwise|when|if|with) *((\w+)=["'](.*)["']|$)|.*)''')38 GENSHI_EXPR = re.compile(r'''((/)?(for|choose|otherwise|when|if|with)\s*(\s(\w+)=["'](.*)["']|$)|.*)''') 39 39 EXTENSIONS = {'image/png': 'png', 40 40 'image/jpeg': 'jpg',
