From a02294b7eac33d633ca66f6b1fea24b43e845497 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 2 Nov 2019 14:37:27 +0000 Subject: [PATCH] Wrong variable --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index 18eb2a20..8083ae5e 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1168,7 +1168,7 @@ def htmlIndividualShare(actor: str,item: {},translate: {},showContact: bool) -> profileStr+=''+translate['Location']+': '+item['location']+'

' if showContact: contactActor=item['actor'] - sharedItemsForm+='

' + profileStr+='

' profileStr+='' return profileStr