From 5132fe994d90822aa77b960dbd66b11a1a24a408 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 24 Feb 2020 20:40:03 +0000 Subject: [PATCH] Extra line --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index 9ebd35d2c..89595c048 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5030,7 +5030,7 @@ def htmlBlogPost(baseDir: str,httpPrefix: str,translate: {}, \ postJsonObject['object']['tag'],'content') blogStr+='
'+contentStr+'\n' - blogStr+='
\n' + blogStr+='

\n' blogStr+= \ '

'+translate['About the author']+'

\n'