From 598e1b3d9038a0057a617915d162987b6ad7278a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 27 Nov 2019 10:45:38 +0000 Subject: [PATCH] Separate string rather then placeholder --- webinterface.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index 37dc7ebc..3d8e34c0 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2638,7 +2638,8 @@ def htmlTimeline(recentPostsCache: {},maxRecentPosts: int, if moderator and boxName=='moderation': tlStr+='
' tlStr+='
\n' - tlStr+=' ' + tlStr+='

'+translate['Nickname or URL. Block using *@domain or nickname@domain']+'

\n' + tlStr+=' ' tlStr+=' ' tlStr+=' ' tlStr+=' '