* luci/themes: several xhtml fixes

This commit is contained in:
Jo-Philipp Wich 2008-08-20 19:44:16 +00:00
parent c7c2624713
commit 71c3d30f46
3 changed files with 4 additions and 4 deletions

View file

@ -23,5 +23,5 @@ $Id$
else %> else %>
<%=luci.util.pcdata(self:cfgvalue(section))%> <%=luci.util.pcdata(self:cfgvalue(section))%>
<% end %> <% end %>
&nbsp; &#160;
<%+cbi/valuefooter%> <%+cbi/valuefooter%>

View file

@ -31,7 +31,7 @@ end
<table class="cbi-section-table"> <table class="cbi-section-table">
<tr class="cbi-section-table-titles"> <tr class="cbi-section-table-titles">
<%- if not self.anonymous then -%> <%- if not self.anonymous then -%>
<th>&nbsp;</th> <th>&#160;</th>
<%- end -%> <%- end -%>
<%- for i, k in pairs(self.children) do if not k.optional then -%> <%- for i, k in pairs(self.children) do if not k.optional then -%>
<th class="cbi-section-table-cell"> <th class="cbi-section-table-cell">
@ -40,7 +40,7 @@ end
<%- if k.titleref then -%></a><%- end -%> <%- if k.titleref then -%></a><%- end -%>
</th> </th>
<%- count = count + 1; end; end; if self.extedit or self.addremove then -%> <%- count = count + 1; end; end; if self.extedit or self.addremove then -%>
<th class="cbi-section-table-cell">&nbsp;</th> <th class="cbi-section-table-cell">&#160;</th>
<%- count = count + 1; end -%> <%- count = count + 1; end -%>
</tr> </tr>
<tr class="cbi-section-table-descr"> <tr class="cbi-section-table-descr">

View file

@ -62,7 +62,7 @@ require("luci.http").prepare_content("application/xhtml+xml")
</script> </script>
<![endif]--> <![endif]-->
</head> </head>
<body onload="window.setup_hover && setup_hover()"> <body onload="window.setup_hover &amp;&amp; setup_hover()">
<div id="header"> <div id="header">
<div class="info whitetext smalltext bold right"> <div class="info whitetext smalltext bold right">
<%=luci.config.brand.firmware%><br /> <%=luci.config.brand.firmware%><br />