From 38024903b185c0af054596703e19f2a30eccaf6c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 28 Sep 2019 12:33:04 +0100 Subject: [PATCH] No backslash --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index ed417ca57..e7d4f33fa 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1886,7 +1886,7 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \ galleryStr+= \ '
'+postJsonObject['object']['content']+'
\n' galleryStr+= \ - '\n' \ + '\n' attachmentStr+= \ '' \ ''+imageDescription+'\n'