From 5247c7c2ee33ba5c01dba5f2db2f734951243df4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 2 Jan 2020 23:26:13 +0000 Subject: [PATCH] Title links to options --- webinterface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webinterface.py b/webinterface.py index fc3d3521..091f8da9 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2265,7 +2265,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \ addEmojiToDisplayName(baseDir,httpPrefix, \ nickname,domain, \ displayName,False) - titleStr+=''+displayName+'' + titleStr+=''+displayName+'' else: if not messageId: #pprint(postJsonObject) @@ -2276,7 +2276,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \ if not actorDomain: #pprint(postJsonObject) print('ERROR: no actorDomain') - titleStr+='@'+actorNickname+'@'+actorDomain+'' + titleStr+='@'+actorNickname+'@'+actorDomain+'' # Show a DM icon for DMs in the inbox timeline if showDMicon: