diff options
author | doktornotor <notordoktor@gmail.com> | 2015-10-18 11:29:51 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-10-18 11:29:51 +0200 |
commit | 1aca88f92a14bb34bc218be01a4358ae378c43bb (patch) | |
tree | dc59fbe939e67db799b36b2a37dc63cef42b5ba0 /config | |
parent | 9148ef7e5bf6b7bb136f2ed9f44a39cf3fb7b3ed (diff) | |
download | pfsense-packages-1aca88f92a14bb34bc218be01a4358ae378c43bb.tar.gz pfsense-packages-1aca88f92a14bb34bc218be01a4358ae378c43bb.tar.bz2 pfsense-packages-1aca88f92a14bb34bc218be01a4358ae378c43bb.zip |
Fix non-breaking space entities
Diffstat (limited to 'config')
-rwxr-xr-x | config/lightsquid/tpl/novosea/user_detail.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/lightsquid/tpl/novosea/user_detail.html b/config/lightsquid/tpl/novosea/user_detail.html index b3a7b168..8a8ff2cb 100755 --- a/config/lightsquid/tpl/novosea/user_detail.html +++ b/config/lightsquid/tpl/novosea/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> |