aboutsummaryrefslogtreecommitdiffstats
path: root/view/contact_template.tpl
diff options
context:
space:
mode:
authorMichael <icarus@dabo.de>2012-02-28 00:03:49 +0100
committerMichael <icarus@dabo.de>2012-02-28 00:03:49 +0100
commitb84ef3039c97bf6657c7de5c2977e0aa7e4a7d77 (patch)
treee9b11902c9fe447d1057b8474b85c527a5667cac /view/contact_template.tpl
parentcce69f05097f559593c06e8595e1da5b904e5323 (diff)
parente11b51aca14ea36b514fdd4348443f4fae79b2ca (diff)
downloadvolse-hubzilla-b84ef3039c97bf6657c7de5c2977e0aa7e4a7d77.tar.gz
volse-hubzilla-b84ef3039c97bf6657c7de5c2977e0aa7e4a7d77.tar.bz2
volse-hubzilla-b84ef3039c97bf6657c7de5c2977e0aa7e4a7d77.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/contact_template.tpl')
-rwxr-xr-xview/contact_template.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/contact_template.tpl b/view/contact_template.tpl
index d6f114d6e..f4c0670bf 100755
--- a/view/contact_template.tpl
+++ b/view/contact_template.tpl
@@ -17,8 +17,8 @@
</div>
<div class="contact-name" id="contact-entry-name-$contact.id" >$contact.name</div>
- <div class="contact-details" id="contact-entry-url-$contact.id" >$contact.item.url</div>
- <div class="contact-details" id="contact-entry-network-$contact.id" >$contact.item.network|network_to_name</div>
+ <div class="contact-details" id="contact-entry-url-$contact.id" >$contact.itemurl</div>
+ <div class="contact-details" id="contact-entry-network-$contact.id" >$contact.network</div>
</div>