diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/news.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/news.py b/tools/news.py index 53350ace..6f695eca 100755 --- a/tools/news.py +++ b/tools/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) |