aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-12 23:45:04 -0800
committerfriendica <info@friendica.com>2013-11-12 23:45:04 -0800
commita1b8f6e4ec4fb0b9a56857173bb2f390f4f42fdd (patch)
treed65b3f7b6857ccc2b73a0a1419dcea3df7587580 /view
parentbe7e732391ff50d5c9a0fdc7a653d6bba8b667bd (diff)
downloadvolse-hubzilla-a1b8f6e4ec4fb0b9a56857173bb2f390f4f42fdd.tar.gz
volse-hubzilla-a1b8f6e4ec4fb0b9a56857173bb2f390f4f42fdd.tar.bz2
volse-hubzilla-a1b8f6e4ec4fb0b9a56857173bb2f390f4f42fdd.zip
fix chanview
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 f5c60cff4..929965727 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>