<%- end %>
<% end %>
diff --git a/modules/luci-compat/luasrc/view/cbi/simpleform.htm b/modules/luci-compat/luasrc/view/cbi/simpleform.htm
index 3e10724ec5..9e1514546e 100644
--- a/modules/luci-compat/luasrc/view/cbi/simpleform.htm
+++ b/modules/luci-compat/luasrc/view/cbi/simpleform.htm
@@ -45,26 +45,26 @@
%>
<%
if display_back then
- %> <%
+ %> <%
end
if display_cancel then
local label = pcdata(self.cancel or translate("Cancel"))
- %> <%
+ %> <%
end
if display_skip then
- %> <%
+ %> <%
end
if display_submit then
local label = pcdata(self.submit or translate("Submit"))
- %> <%
+ %> <%
end
if display_reset then
local label = pcdata(self.reset or translate("Reset"))
- %> <%
+ %> <%
end
%>
<%
diff --git a/modules/luci-compat/luasrc/view/cbi/tblsection.htm b/modules/luci-compat/luasrc/view/cbi/tblsection.htm
index 1e067edf38..c60915a6a6 100644
--- a/modules/luci-compat/luasrc/view/cbi/tblsection.htm
+++ b/modules/luci-compat/luasrc/view/cbi/tblsection.htm
@@ -148,10 +148,10 @@ end
<%- if self.sortable then -%>
-
-
+
+
<% end; if self.extedit then -%>
- onclick="location.href='<%=self.extedit:format(section)%>'"
<%- elseif type(self.extedit) == "function" then
@@ -159,7 +159,7 @@ end
<%- end
%> alt="<%:Edit%>" title="<%:Edit%>" />
<% end; if self.addremove then %>
-
+
<%- end -%>
@@ -186,7 +186,7 @@ end
<% if self.template_addremove then include(self.template_addremove) else -%>
<% if self.anonymous then %>
-
+
<% else %>
<% if self.invalid_cts then -%>
<%:Invalid%>
@@ -194,7 +194,7 @@ end
-
+
<% end %>
<%- end %>
diff --git a/modules/luci-compat/luasrc/view/cbi/tsection.htm b/modules/luci-compat/luasrc/view/cbi/tsection.htm
index 8f3b7f0ffb..b7718fa0f3 100644
--- a/modules/luci-compat/luasrc/view/cbi/tsection.htm
+++ b/modules/luci-compat/luasrc/view/cbi/tsection.htm
@@ -13,7 +13,7 @@
<% local isempty = true for i, k in ipairs(self:cfgsections()) do -%>
<% if self.addremove then -%>
-
+
<%- end %>
@@ -36,7 +36,7 @@
<% if self.template_addremove then include(self.template_addremove) else -%>
<% if self.anonymous then -%>
-
+
<%- else -%>
<% if self.invalid_cts then -%>
<%:Invalid%>
@@ -44,7 +44,7 @@
-
+
<%- end %>
<%- end %>
diff --git a/modules/luci-compat/luasrc/view/cbi/ucisection.htm b/modules/luci-compat/luasrc/view/cbi/ucisection.htm
index 8fa11d68f8..930d41583e 100644
--- a/modules/luci-compat/luasrc/view/cbi/ucisection.htm
+++ b/modules/luci-compat/luasrc/view/cbi/ucisection.htm
@@ -51,6 +51,6 @@
<%- end %>
<%- end -%>
-
+
<% end %>
--
2.30.2