diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-03-16 07:13:14 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-03-16 07:13:14 +0100 |
commit | 74c64ef2d244df47b2bea6527bbeb5cc62ca8845 (patch) | |
tree | 1e3314f76eefd8f7d014ae8e4a218dc9663ae3d7 /view/mail_list.tpl | |
parent | 80b57e664a3df68994108a3d511468b249e0bbff (diff) | |
parent | 47e1b8d0c07d79c33f8b2de52145aa751d4b955a (diff) | |
download | volse-hubzilla-74c64ef2d244df47b2bea6527bbeb5cc62ca8845.tar.gz volse-hubzilla-74c64ef2d244df47b2bea6527bbeb5cc62ca8845.tar.bz2 volse-hubzilla-74c64ef2d244df47b2bea6527bbeb5cc62ca8845.zip |
Merge branch 'master' of https://github.com/friendica/friendica
Diffstat (limited to 'view/mail_list.tpl')
-rw-r--r--[-rwxr-xr-x] | view/mail_list.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/mail_list.tpl b/view/mail_list.tpl index b284ffb0e..22e35dec8 100755..100644 --- a/view/mail_list.tpl +++ b/view/mail_list.tpl @@ -1,6 +1,6 @@ <div class="mail-list-outside-wrapper"> <div class="mail-list-sender" > - <a href="$from_url" class="mail-list-sender-url" ><img class="mail-list-sender-photo$sparkle" src="$from_photo" height="80 width="80" alt="$from_name" /></a> + <a href="$from_url" class="mail-list-sender-url" ><img class="mail-list-sender-photo$sparkle" src="$from_photo" height="80" width="80" alt="$from_name" /></a> </div> <div class="mail-list-detail"> <div class="mail-list-sender-name" >$from_name</div> |