diff --git a/libs/cbi/luasrc/view/cbi/nsection.htm b/libs/cbi/luasrc/view/cbi/nsection.htm
index 27db4bfbfb..156137eeba 100644
--- a/libs/cbi/luasrc/view/cbi/nsection.htm
+++ b/libs/cbi/luasrc/view/cbi/nsection.htm
@@ -18,7 +18,9 @@ $Id$
<% if self.title and #self.title > 0 then -%>
<%- end %>
-
<%=self.description%>
+ <% if self.description and #self.description > 0 then -%>
+
<%=self.description%>
+ <%- end %>
<% if self.addremove then -%>
diff --git a/libs/cbi/luasrc/view/cbi/tblsection.htm b/libs/cbi/luasrc/view/cbi/tblsection.htm
index d4effef493..7bb31caa1d 100644
--- a/libs/cbi/luasrc/view/cbi/tblsection.htm
+++ b/libs/cbi/luasrc/view/cbi/tblsection.htm
@@ -21,8 +21,8 @@ end
-%>
-
-
<%=self.title%>
+
-
+
diff --git a/modules/admin-full/luasrc/view/admin_system/sshkeys.htm b/modules/admin-full/luasrc/view/admin_system/sshkeys.htm
index 9a08af9e3b..7b636090cd 100644
--- a/modules/admin-full/luasrc/view/admin_system/sshkeys.htm
+++ b/modules/admin-full/luasrc/view/admin_system/sshkeys.htm
@@ -12,28 +12,28 @@ You may obtain a copy of the License at
$Id$
-%>
+
<%+header%>
-