]> git.mxchange.org Git - friendica.git/commitdiff
missing close double quote in mail_list.tpl
authorSimon L'nu <simon.lnu@gmail.com>
Fri, 16 Mar 2012 05:57:27 +0000 (01:57 -0400)
committerSimon L'nu <simon.lnu@gmail.com>
Fri, 16 Mar 2012 05:57:27 +0000 (01:57 -0400)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
view/mail_list.tpl [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index b284ffb..22e35de
@@ -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>