luci-app-radicale: fix markup which is not valid XHTML
[project/luci.git] / applications / luci-app-radicale / luasrc / view / radicale / tabmap_nsections.htm
index fdb3f27abc2507428d48842b77bdc969d17c390d..1ad8f0061ea88b8793408718c46671f49e47ce56 100644 (file)
@@ -47,7 +47,7 @@
                        <% for _, section in ipairs(self.children) do %>
                                <% if section.error and section.error[section.section] then -%>
                                        <ul><li>
-                                               <%:One or more missing/invalid fields on tab%>:&nbsp;<%=section.title or section.section or section.sectiontype%>
+                                               <%:One or more missing/invalid fields on tab%>:&#160;<%=section.title or section.section or section.sectiontype%>
                                        </li></ul>
                                <%- end %>
                        <% end %>