diff options
author | Charlie Marshall <charlie0440@gmail.com> | 2013-04-23 16:16:50 +0200 |
---|---|---|
committer | Charlie Marshall <charlie0440@gmail.com> | 2013-04-23 16:16:50 +0200 |
commit | ae92e82040f04cf7b510246aee1c86db1d5c08f2 (patch) | |
tree | e592f90f53b046b4d0375567ce6dc3008bfaa88e | |
parent | 55705b333518144ccea42219c8459b5d0b1d6ecc (diff) | |
download | pfsense-ae92e82040f04cf7b510246aee1c86db1d5c08f2.zip pfsense-ae92e82040f04cf7b510246aee1c86db1d5c08f2.tar.gz |
Tidy up services_wol.php
Remove nbsp
-rwxr-xr-x | usr/local/www/services_wol.php | 6 |
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']);?> + <?=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> + <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']);?> + <?=htmlspecialchars($wolent['descr']);?> </td> <td valign="middle" nowrap class="list"> <table border="0" cellspacing="0" cellpadding="1"> |