From 46e7d8d5cb60bfaa0ec5b9967b4b36bf7999065f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 21 Jan 2020 20:27:01 +0000 Subject: [PATCH] Hyperlinks for email and xmpp --- webinterface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webinterface.py b/webinterface.py index 75860776e..612a63be0 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1566,9 +1566,9 @@ def htmlProfile(defaultTimeline: str, \ if donateUrl: donateSection+='

\n' if emailAddress: - donateSection+='

'+translate['Email']+': '+emailAddress+'

\n' + donateSection+='

'+translate['Email']+': '+emailAddress+'

\n' if xmppAddress: - donateSection+='

'+translate['XMPP']+': '+xmppAddress+'

\n' + donateSection+='

'+translate['XMPP']+': '+xmppAddress+'

\n' if matrixAddress: donateSection+='

'+translate['Matrix']+': '+matrixAddress+'

\n' if PGPpubKey: