diff options
author | doktornotor <notordoktor@gmail.com> | 2015-10-18 11:26:33 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-10-18 11:26:33 +0200 |
commit | 1b9c421c771856bafd1e70bccbb547884d6a6d4d (patch) | |
tree | 27737bf9144defcc137521e23bf3636cd6d791ab /config/lightsquid | |
parent | a1fc0f6cf4e500a57a2a2dc6db52cfaee82b3f5e (diff) | |
download | pfsense-packages-1b9c421c771856bafd1e70bccbb547884d6a6d4d.tar.gz pfsense-packages-1b9c421c771856bafd1e70bccbb547884d6a6d4d.tar.bz2 pfsense-packages-1b9c421c771856bafd1e70bccbb547884d6a6d4d.zip |
Fix non-breaking space entities
Diffstat (limited to 'config/lightsquid')
-rwxr-xr-x | config/lightsquid/tpl/novopf/user_detail.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/lightsquid/tpl/novopf/user_detail.html b/config/lightsquid/tpl/novopf/user_detail.html index b3a7b168..8a8ff2cb 100755 --- a/config/lightsquid/tpl/novopf/user_detail.html +++ b/config/lightsquid/tpl/novopf/user_detail.html @@ -45,8 +45,8 @@ <tbody> <tr class=total> <th align="left" >##MSG_TOTAL##</th> - <th> </th> - <th> </th> + <th> </th> + <th> </th> <th align="right" nowrap="true">##TOTAL##</th> <th colspan=2> </th> </tr> |