- Timestamp:
- 03/10/09 16:56:15 (12 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid_project/PyLucid/tools/content_processors.py
r1831 r1842 147 147 148 148 # Build html code from document tree 149 return HtmlEmitter(document, macros=PyLucid_creole_macros, verbose= 1).emit()149 return HtmlEmitter(document, macros=PyLucid_creole_macros, verbose=0).emit() 150 150 151 151 from PyLucid.models import Page