home / django_tickets / tickets

tickets: 8850

This data as json

id created changetime last_pulled_from_trac stage status component type severity version resolution summary description owner reporter keywords easy has_patch needs_better_patch needs_tests needs_docs ui_ux
8850 2008-09-03 17:45:13 2009-02-25 21:43:29 2022-03-06 03:43:19.784552 Unreviewed closed contrib.syndication     1.0 wontfix syndication framework includes an extra newline using default templates 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? nobody hopson   0 0 0 0 0 0
Powered by Datasette · Queries took 1.154ms