X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=XMLWriter.py;h=80270b29cafbfe5b3d209224a286bbc8c52c8eca;hb=ee30a74b5fc4afd2ea9b4a915d3c1463dd698bad;hp=8b0118be1b353e062d719575feb6c854da220d07;hpb=357acecd767a2b68dd5c4e8d7e56963bfbb1acb1;p=planet-ucc.git diff --git a/XMLWriter.py b/XMLWriter.py index 8b0118b..80270b2 100644 --- a/XMLWriter.py +++ b/XMLWriter.py @@ -91,7 +91,7 @@ class XHTMLWriter: def __write_item__(self, item): output = '' - output += '
\n' + output += '
\n' output += '

%s: %s

\n' % (item.blogTitle, item.itemTitle) output += '

\n' if item.imageURL: @@ -116,13 +116,13 @@ class XHTMLWriter: output += '\n' output += '\n' output += '\n' - output += '