Here you can control OpenWRT voice-related settings and see
voice-related information from OpenWRT
In particular Asterisk configuration and information is displayed
diff --git a/applications/luci-app-voice-core/luasrc/view/luci_voice/phone_index.htm b/applications/luci-app-voice-core/luasrc/view/luci_voice/phone_index.htm
index e3e88b3705..c4466cbf06 100644
--- a/applications/luci-app-voice-core/luasrc/view/luci_voice/phone_index.htm
+++ b/applications/luci-app-voice-core/luasrc/view/luci_voice/phone_index.htm
@@ -4,7 +4,7 @@
-%>
<%+header%>
-
You can control the setup of phone clients and servers and see
information such as diagnostics related to phone devices from this menu.
diff --git a/applications/luci-app-voice-diag/luasrc/view/luci_voice/diag_index.htm b/applications/luci-app-voice-diag/luasrc/view/luci_voice/diag_index.htm
index 15ccc39e41..e324fabd41 100644
--- a/applications/luci-app-voice-diag/luasrc/view/luci_voice/diag_index.htm
+++ b/applications/luci-app-voice-diag/luasrc/view/luci_voice/diag_index.htm
@@ -4,7 +4,7 @@
-%>
<%+header%>
-
<%:Under this menu are options that allow you to configure and perform tests on the voice operations of your system. These are known as diagnostics.%>
<%:The diagnostics available on your device depend on the modules that you have installed.%>
<%+footer%>
diff --git a/modules/luci-base/luasrc/view/cbi/error.htm b/modules/luci-base/luasrc/view/cbi/error.htm
index 2acb96924e..75ec1082aa 100644
--- a/modules/luci-base/luasrc/view/cbi/error.htm
+++ b/modules/luci-base/luasrc/view/cbi/error.htm
@@ -1,5 +1,5 @@
- <% if self.title and #self.title > 0 then %>
<% end %>
+ <% if self.title and #self.title > 0 then %>
<%=self.title%>
<% end %>
<% if self.description and #self.description > 0 then %>
<%=self.description%>
<% end %>
diff --git a/modules/luci-base/luasrc/view/cbi/map.htm b/modules/luci-base/luasrc/view/cbi/map.htm
index 053220d185..e90c3f589f 100644
--- a/modules/luci-base/luasrc/view/cbi/map.htm
+++ b/modules/luci-base/luasrc/view/cbi/map.htm
@@ -5,7 +5,7 @@
<%-+cbi/apply_xhr-%>
- <% if self.title and #self.title > 0 then %>
<% end %>
+ <% if self.title and #self.title > 0 then %>
<%=self.title%>
<% end %>
<% if self.description and #self.description > 0 then %>
<%=self.description%>
<% end %>
<%- if firstmap and applymap then cbi_apply_xhr(self.config, parsechain, redirect) end -%>
<%- self:render_children() %>
diff --git a/modules/luci-base/luasrc/view/cbi/simpleform.htm b/modules/luci-base/luasrc/view/cbi/simpleform.htm
index 5216cd50f1..437a07a8bd 100644
--- a/modules/luci-base/luasrc/view/cbi/simpleform.htm
+++ b/modules/luci-base/luasrc/view/cbi/simpleform.htm
@@ -6,7 +6,7 @@
<% end %>
- <% if self.title and #self.title > 0 then %>
<% end %>
+ <% if self.title and #self.title > 0 then %>
<%=self.title%>
<% end %>
<% if self.description and #self.description > 0 then %>
<%=self.description%>
<% end %>
<% self:render_children() %>
diff --git a/modules/luci-base/luasrc/view/error404.htm b/modules/luci-base/luasrc/view/error404.htm
index c2be29ed58..bc74226830 100644
--- a/modules/luci-base/luasrc/view/error404.htm
+++ b/modules/luci-base/luasrc/view/error404.htm
@@ -5,7 +5,7 @@
-%>
<%+header%>
-
+
404 <%:Not Found%>
<%:Sorry, the object you requested was not found.%>
<%:Unable to dispatch%>: <%=luci.http.request.env.PATH_INFO%>
<%+footer%>
diff --git a/modules/luci-base/luasrc/view/error500.htm b/modules/luci-base/luasrc/view/error500.htm
index 8fb18ed076..34a52cda84 100644
--- a/modules/luci-base/luasrc/view/error500.htm
+++ b/modules/luci-base/luasrc/view/error500.htm
@@ -5,7 +5,7 @@
-%>
<%+header%>
-
+
500 <%:Internal Server Error%>
<%:Sorry, the server encountered an unexpected error.%>
<%=message%>
<%+footer%>
diff --git a/modules/luci-base/luasrc/view/sysauth.htm b/modules/luci-base/luasrc/view/sysauth.htm
index 7f0f0a622b..e207504911 100644
--- a/modules/luci-base/luasrc/view/sysauth.htm
+++ b/modules/luci-base/luasrc/view/sysauth.htm
@@ -8,7 +8,7 @@