forked from indymedia/epicyon
Wrong variable
parent
99f1ac5088
commit
a02294b7ea
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue