aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-12 19:25:23 -0800
committerfriendica <info@friendica.com>2013-11-12 19:25:23 -0800
commitbe7e732391ff50d5c9a0fdc7a653d6bba8b667bd (patch)
tree9338cb027f0984cd6d2262f6a73f4e3f09c0afb8 /view
parentc803f620e6ab69a2d28c122e2754d97f0fd6e0b3 (diff)
downloadvolse-hubzilla-be7e732391ff50d5c9a0fdc7a653d6bba8b667bd.tar.gz
volse-hubzilla-be7e732391ff50d5c9a0fdc7a653d6bba8b667bd.tar.bz2
volse-hubzilla-be7e732391ff50d5c9a0fdc7a653d6bba8b667bd.zip
fix forbidden photos and vcard photo template
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/xchan_vcard.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/xchan_vcard.tpl b/view/tpl/xchan_vcard.tpl
index ac2eaf7ae..f5c60cff4 100755
--- a/view/tpl/xchan_vcard.tpl
+++ b/view/tpl/xchan_vcard.tpl
@@ -1,6 +1,6 @@
<div class="vcard">
<div class="fn">{{$name}}</div>
-<div id="profile-photo-wrapper"><img class="vcard-photo photo" src="{{$photo}}" alt="name" /></div>
+<div id="profile-photo-wrapper"><img class="vcard-photo photo" src="{{$photo}}" alt="{{name}}" /></div>
</div>