From 275c0cd4019fb2c9b015fb76a526e411217df156 Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Sun, 7 Sep 2008 23:29:36 -0300 Subject: [PATCH] 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 --- blitiri.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0