From 05d18da660b7b792ee750698b9c10ada2a60a4b5 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Tue, 29 Sep 2009 02:32:57 -0400
Subject: [PATCH] - fix typo

---
 skins/default/templates/mail.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html
index e7949d4..ed19ff9 100644
--- a/skins/default/templates/mail.html
+++ b/skins/default/templates/mail.html
@@ -79,7 +79,7 @@
 <div id="listcontrols">
       <span><roundcube:label name="select" />:&nbsp;</span>
       <roundcube:button command="select-all" type="link" title="all" class="buttonPas all" classAct="button all" classSel="button allsel" content=" " />
-      <roundcube:button command="select-all" type="link" prop="unread" title="unread" class="buttonPas unread" classAct="button unread" classSel="button unreadsel" content=" "" />
+      <roundcube:button command="select-all" type="link" prop="unread" title="unread" class="buttonPas unread" classAct="button unread" classSel="button unreadsel" content=" " />
       <roundcube:button command="select-all" type="link" prop="invert" title="invert" class="buttonPas invert" classAct="button invert" classSel="button invertsel" content=" " />
       <roundcube:button command="select-none" type="link" title="none" class="buttonPas none" classAct="button none" classSel="button nonesel" content=" " />
       <roundcube:container name="listcontrols" id="listcontrols" />

--
Gitblit v1.9.1