summaryrefslogtreecommitdiffstats
path: root/usr/local/www/filebrowser
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-31 01:56:01 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-31 01:56:01 +0000
commita3eab43c957f856424cbef0761def694907cdf39 (patch)
treebb152061440da4bc9d1f0b35145ca12a78233378 /usr/local/www/filebrowser
parentccce75df84b8daefeaf270da1d97b2df0a826027 (diff)
downloadpfsense-a3eab43c957f856424cbef0761def694907cdf39.zip
pfsense-a3eab43c957f856424cbef0761def694907cdf39.tar.gz
Remove &nbsp;
Diffstat (limited to 'usr/local/www/filebrowser')
-rw-r--r--usr/local/www/filebrowser/browser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/filebrowser/browser.php b/usr/local/www/filebrowser/browser.php
index 4efaaf6..59a7e11 100644
--- a/usr/local/www/filebrowser/browser.php
+++ b/usr/local/www/filebrowser/browser.php
@@ -36,7 +36,7 @@ if(is_file($path))
<td class="fbHome" width="25px" align="left">
<img onClick="$('fbTarget').value='<?=$realDir?>'; fbBrowse('/');" src="/filebrowser/images/icon_home.gif" alt="Home" title="Home" />
</td>
- <td>&nbsp;<b><?=$path;?></b></td>
+ <td><b><?=$path;?></b></td>
<td class="fbClose" align="right">
<img onClick="new Effect.Fade($('fbBrowser'));" border="0" src="/filebrowser/images/icon_cancel.gif" alt="Close" title="Close" />
</td>
OpenPOWER on IntegriCloud