From: Alberto Bertogli Date: Mon, 8 Sep 2008 02:29:36 +0000 (-0300) Subject: Remove unneeded

...

pair from atom content X-Git-Url: https://git.llucax.com/software/blitiri.git/commitdiff_plain/275c0cd4019fb2c9b015fb76a526e411217df156 Remove unneeded

...

pair from atom content This patch removes a

...

pair that surrounded the content in atom feeds, to prevent

nesting which is invalid xhtml. Signed-off-by: Alberto Bertogli --- diff --git a/blitiri.cgi b/blitiri.cgi index a0334e4..bce7765 100755 --- a/blitiri.cgi +++ b/blitiri.cgi @@ -1125,9 +1125,9 @@ def render_atom(articles): %(ciso)sZ %(uiso)sZ -

+

%(contents)s -

+
""" % vars