Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.

Ticket #1963: genshi-default-format.diff

File genshi-default-format.diff, 678 bytes (added by Chris Arndt, 3 years ago)
  • turbogears/view/base.py

     
    350350        "cheetah.precompiled": get("cheetah.precompiled", False), 
    351351        "genshi.encoding": get("genshi.encoding", "utf-8"), 
    352352        "genshi.default_doctype": get("genshi.default_doctype", None), 
     353        "genshi.default_format": get("genshi.default_format", "html"), 
    353354        "genshi.lookup_errors": get("genshi.lookup_errors", "strict"), 
    354355        "genshi.loader_callback" : get("genshi.loader_callback", None), 
    355356        "json.skipkeys": get("json.skipkeys", False),