summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full/luasrc/view/admin_system/packages.htm
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-05-03 03:20:15 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-05-03 03:20:15 +0000
commit6697e282afa58f2ccacbdafc9ad84abb30cdee36 (patch)
tree388794888acae0e3e587ccd2a0314ce62964c717 /modules/admin-full/luasrc/view/admin_system/packages.htm
parentf845d2fe42c3c4d1fcaf3a22dde1fe024ef4afd4 (diff)
trunk: s/&nbsp;/&#160;/g
Diffstat (limited to 'modules/admin-full/luasrc/view/admin_system/packages.htm')
-rw-r--r--modules/admin-full/luasrc/view/admin_system/packages.htm10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/admin-full/luasrc/view/admin_system/packages.htm b/modules/admin-full/luasrc/view/admin_system/packages.htm
index 0b00324f4..854dedfba 100644
--- a/modules/admin-full/luasrc/view/admin_system/packages.htm
+++ b/modules/admin-full/luasrc/view/admin_system/packages.htm
@@ -73,7 +73,7 @@ local free_byte = space_free * fstat.frsize
<fieldset class="cbi-section">
<%:Free space%>: <strong><%=(100-used_perc)%>%</strong> (<strong><%=wa.byte_format(free_byte)%></strong>)
<div style="margin:3px 0; width:300px; height:10px; border:1px solid #000000; background-color:#80C080">
- <div style="background-color:#F08080; border-right:1px solid #000000; height:100%; width:<%=used_perc%>%">&nbsp;</div>
+ <div style="background-color:#F08080; border-right:1px solid #000000; height:100%; width:<%=used_perc%>%">&#160;</div>
</div>
<% if (install and next(install)) or (remove and next(remove)) or update or upgrade then %>
@@ -99,7 +99,7 @@ local free_byte = space_free * fstat.frsize
<fieldset class="cbi-section">
<table class="cbi-section-table" style="width:100%">
<tr class="cbi-section-table-titles">
- <th class="cbi-section-table-cell" style="text-align:left">&nbsp;</th>
+ <th class="cbi-section-table-cell" style="text-align:left">&#160;</th>
<th class="cbi-section-table-cell" style="text-align:left"><%:Package name%></th>
<th class="cbi-section-table-cell" style="text-align:left"><%:Version%></th>
</tr>
@@ -112,7 +112,7 @@ local free_byte = space_free * fstat.frsize
<% end) %>
<% if empty then %>
<tr class="cbi-section-table-row">
- <td style="text-align:left">&nbsp;</td>
+ <td style="text-align:left">&#160;</td>
<td style="text-align:left"><em><%:none%></em></td>
<td style="text-align:left"><em><%:none%></em></td>
</tr>
@@ -127,7 +127,7 @@ local free_byte = space_free * fstat.frsize
<fieldset class="cbi-section">
<table class="cbi-section-table" style="width:100%">
<tr class="cbi-section-table-titles">
- <th class="cbi-section-table-cell" style="text-align:left">&nbsp;</th>
+ <th class="cbi-section-table-cell" style="text-align:left">&#160;</th>
<th class="cbi-section-table-cell" style="text-align:left"><%:Package name%></th>
<th class="cbi-section-table-cell" style="text-align:left"><%:Version%></th>
<th class="cbi-section-table-cell" style="text-align:left"><%:Description%></th>
@@ -142,7 +142,7 @@ local free_byte = space_free * fstat.frsize
<% end) %>
<% if empty then %>
<tr class="cbi-section-table-row">
- <td style="text-align:left">&nbsp;</td>
+ <td style="text-align:left">&#160;</td>
<td style="text-align:left"><em><%:none%></em></td>
<td style="text-align:left"><em><%:none%></em></td>
<td style="text-align:left"><em><%:none%></em></td>