diff options
author | friendica <info@friendica.com> | 2013-11-12 23:45:04 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-12 23:45:04 -0800 |
commit | a1b8f6e4ec4fb0b9a56857173bb2f390f4f42fdd (patch) | |
tree | d65b3f7b6857ccc2b73a0a1419dcea3df7587580 /view/tpl | |
parent | be7e732391ff50d5c9a0fdc7a653d6bba8b667bd (diff) | |
download | volse-hubzilla-a1b8f6e4ec4fb0b9a56857173bb2f390f4f42fdd.tar.gz volse-hubzilla-a1b8f6e4ec4fb0b9a56857173bb2f390f4f42fdd.tar.bz2 volse-hubzilla-a1b8f6e4ec4fb0b9a56857173bb2f390f4f42fdd.zip |
fix chanview
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/xchan_vcard.tpl | 2 |
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> |