﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
62,Genshi text template deletes blank lines,talin@…,cmlenz,"In the example below, there is a blank line in the original template between ""hello"" and ""world"", however the output has them on adjacent lines. This makes it hard to do things like SMTP messages, where a blank line is required between the headers and the body :)

{{{
>>> from genshi.template import TextTemplate
>>> template = """"""hello
...
... world""""""
>>> print TextTemplate( template ).generate()
hello
world
>>>
}}}",defect,closed,minor,0.3.5,Template processing,0.3.3,fixed,text template,martin.kaffanke@…
