#2008: Turbogears does not support genshi.new_text_syntax option
------------------------+---------------------------------------------------
Reporter: kikidonk | Owner: faide
Type: defect | Status: new
Priority: high | Milestone: 1.1
Component: TurboGears | Version: 1.0 HEAD
Severity: normal | Keywords: genshi
------------------------+---------------------------------------------------
Genshi>=0.5 supports a config option genshi.new_text_syntax (=0 by
default) to determine whether to use the old or new text template syntax.
There is currently no way to pass that option to the genshi template
plugin.
turbogears/view/base.py should be patched to add to engine_options dict
the following line:
"genshi.new_text_syntax" : get("genshi.new_text_syntax", False),
--
Ticket URL: <http://trac.turbogears.org/ticket/2008>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---