From a2efac5e7bc1951799517c3c63559166d11d0768 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Mon, 15 Dec 2008 15:06:59 -0500 Subject: [PATCH] - fix unflagged icon setting on IE - small code cleanups --- 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 eed853a..2ab24e2 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -56,7 +56,7 @@ forwardedrepliedIcon="/images/icons/forwarded_replied.png" attachmentIcon="/images/icons/attachment.png" flaggedIcon="/images/icons/flagged.png" - unflaggedIcon="/images/blank.gif" /> + unflaggedIcon="/images/icons/blank.gif" /> </div> <roundcube:if condition="config:preview_pane == true" /> -- Gitblit v1.9.1