﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
8850	syndication framework includes an extra newline using default templates	Robert Hopson	nobody	"The syndication framework default behavior is to load templates named {{{feeds/<slug>_title.html}}} and {{{feeds/<slug>_description.html}}}. 

The newline at the end of these files is include in the rendered output, which for HTML doesn't really matter but could for XML.  So rather than:
{{{
<title>Testo<title>
}}}
a person ends up with
{{{
<title>Testo
</title>
}}}

It is easy to fix this behavior by subclassing Feed so I'm not sure if it's a huge deal - maybe worth documenting somehow?

"		closed	contrib.syndication	1.0		wontfix		Robert.Hopson@…	Unreviewed	0	0	0	0	0	0
