summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharlie Marshall <charlie0440@gmail.com>2013-04-23 16:16:50 +0200
committerCharlie Marshall <charlie0440@gmail.com>2013-04-23 16:16:50 +0200
commitae92e82040f04cf7b510246aee1c86db1d5c08f2 (patch)
treee592f90f53b046b4d0375567ce6dc3008bfaa88e
parent55705b333518144ccea42219c8459b5d0b1d6ecc (diff)
downloadpfsense-ae92e82040f04cf7b510246aee1c86db1d5c08f2.zip
pfsense-ae92e82040f04cf7b510246aee1c86db1d5c08f2.tar.gz
Tidy up services_wol.php
Remove nbsp
-rwxr-xr-xusr/local/www/services_wol.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/services_wol.php b/usr/local/www/services_wol.php
index 37d4155..f60a792 100755
--- a/usr/local/www/services_wol.php
+++ b/usr/local/www/services_wol.php
@@ -173,13 +173,13 @@ include("head.inc");
<?php $i = 0; foreach ($a_wol as $wolent): ?>
<tr>
<td class="listlr" ondblclick="document.location='services_wol_edit.php?id=<?=$i;?>';">
- <?=convert_friendly_interface_to_friendly_descr($wolent['interface']);?>&nbsp;
+ <?=convert_friendly_interface_to_friendly_descr($wolent['interface']);?>
</td>
<td class="listr" ondblclick="document.location='services_wol_edit.php?id=<?=$i;?>';">
- <a href="?mac=<?=$wolent['mac'];?>&if=<?=$wolent['interface'];?>"><?=strtolower($wolent['mac']);?></a>&nbsp;
+ <a href="?mac=<?=$wolent['mac'];?>&if=<?=$wolent['interface'];?>"><?=strtolower($wolent['mac']);?></a>
</td>
<td class="listbg" ondblclick="document.location='services_wol_edit.php?id=<?=$i;?>';">
- <?=htmlspecialchars($wolent['descr']);?>&nbsp;
+ <?=htmlspecialchars($wolent['descr']);?>
</td>
<td valign="middle" nowrap class="list">
<table border="0" cellspacing="0" cellpadding="1">
OpenPOWER on IntegriCloud