diff options
author | doktornotor <notordoktor@gmail.com> | 2015-10-18 11:30:30 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-10-18 11:30:30 +0200 |
commit | e48f0cd6186a9373103d0b301c5c01b7f9bbd9f5 (patch) | |
tree | 0c14bfff256a4bdfd1a0331eef34c2446e19524f /config/lightsquid/tpl/novosea | |
parent | 1aca88f92a14bb34bc218be01a4358ae378c43bb (diff) | |
download | pfsense-packages-e48f0cd6186a9373103d0b301c5c01b7f9bbd9f5.tar.gz pfsense-packages-e48f0cd6186a9373103d0b301c5c01b7f9bbd9f5.tar.bz2 pfsense-packages-e48f0cd6186a9373103d0b301c5c01b7f9bbd9f5.zip |
Fix non-breaking space entities
Diffstat (limited to 'config/lightsquid/tpl/novosea')
-rwxr-xr-x | config/lightsquid/tpl/novosea/user_month.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/lightsquid/tpl/novosea/user_month.html b/config/lightsquid/tpl/novosea/user_month.html index de7d8cab..f51e051e 100755 --- a/config/lightsquid/tpl/novosea/user_month.html +++ b/config/lightsquid/tpl/novosea/user_month.html @@ -63,8 +63,8 @@ <TR class="total"> <TD align="center">##MSG_TOTAL##</TD> <TD align="right" nowrap="true"><FONT size="-1">##TOTALBYTES##</FONT></TD> - <td align="right" nowrap="true"> </td> - <td align="right" nowrap="true"> </td> + <td align="right" nowrap="true"> </td> + <td align="right" nowrap="true"> </td> </TR> </tbody> </table> |