From 615a0a96618fa99e7e452523145d6c0f238d4473 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 31 Jul 2013 09:33:43 -0400
Subject: [PATCH] Merged revisions 3960-4065 from stable branch.

---
 interface/web/dashboard/templates/dashboard.htm |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/interface/web/dashboard/templates/dashboard.htm b/interface/web/dashboard/templates/dashboard.htm
index 09aa158..4d68fbd 100644
--- a/interface/web/dashboard/templates/dashboard.htm
+++ b/interface/web/dashboard/templates/dashboard.htm
@@ -36,13 +36,17 @@
     <div style="float:left; width:350px;">
         <tmpl_loop name='leftcol'>
             {tmpl_var name='content'}
-            <p>&nbsp;</p>
+			<tmpl_if name='content'>
+            <p style="clear:left">&nbsp;</p>
+			</tmpl_if>
         </tmpl_loop>
     </div>
     <div style="float:left; width:350px;">
         <tmpl_loop name='rightcol'>
             {tmpl_var name='content'}
+			<tmpl_if name='content'>
             <p>&nbsp;</p>
+			</tmpl_if>
         </tmpl_loop>
     </div>
 </div>
\ No newline at end of file

--
Gitblit v1.9.1