summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-08-26 08:19:02 +0200
committerAleksander Machniak <alec@alec.pl>2013-08-26 08:19:02 +0200
commit652577d1fe8d77bf427c80a36f57c8dfe4db44af (patch)
tree2f46b1ab89a8c675857c4cf2c21150826b9fc2b6
parent3d0003dbdf7280ccf05978278819c81634da239e (diff)
Fix wrong close tag in /template/mail.html (#1489295)
-rw-r--r--CHANGELOG1
-rw-r--r--skins/larry/templates/mail.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f32b72962..afb03dbec 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,7 @@ CHANGELOG Roundcube Webmail
- Fix handling of non-default date formats (#1489294)
- Fix unquoted path in PREG expression on Windows (#1489290)
- Fix Junk folder icon alignment when it's nested in inbox folder (#1489292)
+- Fix wrong close tag in /template/mail.html (#1489295)
RELEASE 0.9.3
-------------
diff --git a/skins/larry/templates/mail.html b/skins/larry/templates/mail.html
index 24274fde3..4b8f03951 100644
--- a/skins/larry/templates/mail.html
+++ b/skins/larry/templates/mail.html
@@ -124,7 +124,7 @@
</div><!-- end mainscreen -->
-<div><!-- end minwidth -->
+</div><!-- end minwidth -->
<div id="searchmenu" class="popupmenu">
<ul class="toolbarmenu">