trunk: s/ / /g
[project/luci.git] / libs / web / luasrc / view / cbi / network_netlist.htm
index 4be92b9..8840c3d 100644 (file)
@@ -40,9 +40,9 @@ $Id$
                        attr("id", cbid .. "." .. net:name()) ..
                        attr("name", cbid) .. attr("value", net:name()) ..
                        ifattr(checked[net:name()], "checked", "checked")
-               %> />  
+               %> />  
                <label<%=attr("for", cbid .. "." .. net:name())%>>
-                       &nbsp;<span style="background-color:#FFFFFF; border:1px solid #CCCCCC; padding:2px"><%=net:name()%>:
+                       &#160;<span style="background-color:#FFFFFF; border:1px solid #CCCCCC; padding:2px"><%=net:name()%>:
                                <%
                                        local empty = true
                                        for _, iface in ipairs(net:get_interfaces()) do
@@ -59,9 +59,9 @@ $Id$
 
        <% if self.widget ~= "checkbox" and not self.nocreate then %>
        <li style="padding:0.25em 0">
-               <input class="cbi-input-<%=self.widget or "radio"%>" onclick="cbi_d_update(this.id)" onchange="cbi_d_update(this.id)" type="radio"<%=attr("id", cbid .. "_new") .. attr("name", cbid) .. attr("value", "-") .. ifattr(not value, "checked", "checked")%> /> &nbsp;
+               <input class="cbi-input-<%=self.widget or "radio"%>" onclick="cbi_d_update(this.id)" onchange="cbi_d_update(this.id)" type="radio"<%=attr("id", cbid .. "_new") .. attr("name", cbid) .. attr("value", "-") .. ifattr(not value, "checked", "checked")%> /> &#160;
                <div style="padding:0.5em; display:inline">
-                       <label<%=attr("for", cbid .. "_new")%>><em><%:unspecified -or- create:%>&nbsp;</em></label>
+                       <label<%=attr("for", cbid .. "_new")%>><em><%:unspecified -or- create:%>&#160;</em></label>
                        <input style="width:6em" type="text"<%=attr("name", cbid .. ".newnet")%> onfocus="document.getElementById('<%=cbid%>_new').checked=true" />
                </div>
        </li>
@@ -73,7 +73,7 @@ $Id$
                        attr("name", cbid) ..
                        attr("value", "") ..
                        ifattr(not value or #value == 0, "checked", "checked")
-               %> /> &nbsp;
+               %> /> &#160;
                <div style="padding:0.5em; display:inline">
                        <label<%=attr("for", cbid .. "_uns")%>><em><%:unspecified%></em></label>
                </div>