Changeset 47:2cd126dda783 for relatorio/templates/opendocument.py
- Timestamp:
- 08/11/08 11:05:32 (5 years ago)
- Branch:
- default
- Files:
-
- 1 modified
-
relatorio/templates/opendocument.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
relatorio/templates/opendocument.py
r46 r47 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) *((\w+)=["'](.*)["']|$)|.*)''') 39 39 EXTENSIONS = {'image/png': 'png', 40 40 'image/jpeg': 'jpg',
