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 /skins | |
parent | 3d0003dbdf7280ccf05978278819c81634da239e (diff) |
Fix wrong close tag in /template/mail.html (#1489295)
Diffstat (limited to 'skins')
-rw-r--r-- | skins/larry/templates/mail.html | 2 |
1 files changed, 1 insertions, 1 deletions
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"> |