summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dyndns.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2015-12-17 22:35:25 +0000
committerStephen Beaver <sbeaver@netgate.com>2015-12-17 17:44:17 -0500
commitbb9185a0b715e3124f7702d89953887b49e91e11 (patch)
treef833f07da54eeaa3d7815a8f47c13c3d872c83a6 /src/usr/local/www/services_dyndns.php
parent18ca572b3aa38457e44fb8a67348f95835ee9827 (diff)
downloadpfsense-bb9185a0b715e3124f7702d89953887b49e91e11.zip
pfsense-bb9185a0b715e3124f7702d89953887b49e91e11.tar.gz
Tidy up "services_dyndns.php"
services_dyndns.php - remove duplicate double quotes - tidy up tabs/spaces services_rfc2136.php - remove duplicate double quotes - tidy up tabs/spaces dyn_dns_status.widget.php - change echo to print - change FONT tag to SPAN tags and use correct class - remove DIV and change table to correct format - add THEAD and TBODY - remove CLASS statement from table cells and add to the table row
Diffstat (limited to 'src/usr/local/www/services_dyndns.php')
-rw-r--r--src/usr/local/www/services_dyndns.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/services_dyndns.php b/src/usr/local/www/services_dyndns.php
index 0b42b8e..234f5f9 100644
--- a/src/usr/local/www/services_dyndns.php
+++ b/src/usr/local/www/services_dyndns.php
@@ -122,7 +122,7 @@ display_top_tabs($tab_array);
$i = 0;
foreach ($a_dyndns as $dyndns):
?>
- <tr<?=!isset($dyndns['enable'])?' class="disabled""':''?>>
+ <tr<?=!isset($dyndns['enable'])?' class="disabled"':''?>>
<td>
<?php
$iflist = get_configured_interface_with_descr();
@@ -203,13 +203,13 @@ foreach ($a_dyndns as $dyndns):
?>
</td>
<td>
- <a class="fa fa-pencil" title="<?=gettext('Edit service')?>" href="services_dyndns_edit.php?id=<?=$i?>"></a>
+ <a class="fa fa-pencil" title="<?=gettext('Edit service')?>" href="services_dyndns_edit.php?id=<?=$i?>"></a>
<?php if (isset($dyndns['enable'])) {
?>
<a class="fa fa-ban" title="<?=gettext('Disable service')?>" href="?act=toggle&amp;id=<?=$i?>"></a>
<?php } else {
?>
- <a class="fa fa-check-square-o" title="<?=gettext('Enable service')?>" href="?act=toggle&amp;id=<?=$i?>" ></a>
+ <a class="fa fa-check-square-o" title="<?=gettext('Enable service')?>" href="?act=toggle&amp;id=<?=$i?>"></a>
<?php }
?>
<a class="fa fa-trash" title="<?=gettext('Delete service')?>" href="services_dyndns.php?act=del&amp;id=<?=$i?>"></a>
OpenPOWER on IntegriCloud