Wrong variable

main2
Bob Mottram 2019-11-02 14:37:27 +00:00
parent 99f1ac5088
commit a02294b7ea
1 changed files with 1 additions and 1 deletions

View File

@ -1168,7 +1168,7 @@ def htmlIndividualShare(actor: str,item: {},translate: {},showContact: bool) ->
profileStr+='<b>'+translate['Location']+':</b> '+item['location']+'</p>' profileStr+='<b>'+translate['Location']+':</b> '+item['location']+'</p>'
if showContact: if showContact:
contactActor=item['actor'] contactActor=item['actor']
sharedItemsForm+='<p><a href="'+actor+'?replydm=sharedesc:'+item['displayName']+'?mention='+contactActor+'"><button class="button">'+translate['Contact']+'</button></a>' profileStr+='<p><a href="'+actor+'?replydm=sharedesc:'+item['displayName']+'?mention='+contactActor+'"><button class="button">'+translate['Contact']+'</button></a>'
profileStr+='</div>' profileStr+='</div>'
return profileStr return profileStr