summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnews.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/news.py b/news.py
index 53350ac..6f695ec 100755
--- a/news.py
+++ b/news.py
@@ -55,7 +55,7 @@ class HtmlWriter(BasicWriter):
pass
def put(self, entry):
- self.stream.write('<div>\n')
+ self.stream.write('<div>\n<p/>\n')
entry = entry.replace('\n\n', '\n<p/>\n')
entry = entry.format(**colors.make_html_colors_dict())
self.stream.write(entry)