diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-08-26 08:19:02 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-08-26 08:19:02 +0200 |
commit | 652577d1fe8d77bf427c80a36f57c8dfe4db44af (patch) | |
tree | 2f46b1ab89a8c675857c4cf2c21150826b9fc2b6 | |
parent | 3d0003dbdf7280ccf05978278819c81634da239e (diff) |
Fix wrong close tag in /template/mail.html (#1489295)
-rw-r--r-- | CHANGELOG | 1 | ||||
-rw-r--r-- | skins/larry/templates/mail.html | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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"> |