From 4f32cfebc80c78d5925dbad92cb3ed65c3634372 Mon Sep 17 00:00:00 2001
From: Bob Mottram
Date: Sun, 4 Oct 2020 22:55:09 +0100
Subject: [PATCH] Extra newline
---
webinterface.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/webinterface.py b/webinterface.py
index 26a5bee79..c01916449 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -5343,9 +5343,9 @@ def htmlNewswire(newswire: str) -> str:
htmlStr = ''
for dateStr, item in newswire.items():
htmlStr += '' + \
- '' + item[0] + '
'
- htmlStr += '
'
+ '' + item[0] + ''
+ htmlStr += '
'
return htmlStr