aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-03-15 22:58:54 -0700
committerSimon <simon@kisikew.org>2012-03-15 22:58:54 -0700
commit47e1b8d0c07d79c33f8b2de52145aa751d4b955a (patch)
tree1e3314f76eefd8f7d014ae8e4a218dc9663ae3d7 /view
parentcecd62373b1ba9557c7e72a5baac8bcadab30977 (diff)
parentd965f73ef149e6baaf058987c146901e3cc16fa0 (diff)
downloadvolse-hubzilla-47e1b8d0c07d79c33f8b2de52145aa751d4b955a.tar.gz
volse-hubzilla-47e1b8d0c07d79c33f8b2de52145aa751d4b955a.tar.bz2
volse-hubzilla-47e1b8d0c07d79c33f8b2de52145aa751d4b955a.zip
Merge pull request #139 from simonlnu/master
missing close double quote in mail_list.tpl
Diffstat (limited to 'view')
-rw-r--r--[-rwxr-xr-x]view/mail_list.tpl2
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>