From 42ad33d5bfdaf08b3dcc00694f11bd6635d30966 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 27 Nov 2019 10:51:55 +0000 Subject: [PATCH] Bold --- webinterface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webinterface.py b/webinterface.py index 3d8e34c04..1c21ea145 100644 --- a/webinterface.py +++ b/webinterface.py @@ -329,7 +329,7 @@ def htmlModerationInfo(translate: {},baseDir: str) -> str: infoForm+='
' infoForm+='
'+translate['Blocked accounts and hashtags']+'' infoForm+='
'+translate['These are globally blocked for all accounts on this instance'] - infoForm+=' ' + infoForm+=' ' infoForm+='
' infoShown=True if not infoShown: @@ -2638,7 +2638,7 @@ def htmlTimeline(recentPostsCache: {},maxRecentPosts: int, if moderator and boxName=='moderation': tlStr+='
' tlStr+='
\n' - tlStr+='

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

\n' + tlStr+=' '+translate['Nickname or URL. Block using *@domain or nickname@domain']+'
\n' tlStr+=' ' tlStr+=' ' tlStr+=' '