From 3bcc065831f95bfee180a62052e78d24020ebece Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Fri, 22 Nov 2013 07:05:16 -0500 Subject: [PATCH] Add missing </div> --- skins/larry/templates/importcontacts.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/skins/larry/templates/importcontacts.html b/skins/larry/templates/importcontacts.html index d7c690a..a670d03 100644 --- a/skins/larry/templates/importcontacts.html +++ b/skins/larry/templates/importcontacts.html @@ -24,6 +24,8 @@ <roundcube:object name="importnav" class="button" /> </p> </div> + +</div> </div> <roundcube:include file="/includes/footer.html" /> -- Gitblit v1.9.1