summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_hostname.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2014-06-23 23:26:59 +0100
committerColin Fleming <cj_fleming@sky.com>2014-06-23 23:26:59 +0100
commitfbe0c5ff5b30c13ed59e5a987b643fb69fa432cb (patch)
tree8490313bdc5619af93e137f0a6663dfda1e58d2a /usr/local/www/services_captiveportal_hostname.php
parent6c87714dc7cd310592dc0134894813b6af6a1b7d (diff)
downloadpfsense-fbe0c5ff5b30c13ed59e5a987b643fb69fa432cb.zip
pfsense-fbe0c5ff5b30c13ed59e5a987b643fb69fa432cb.tar.gz
Tidy up misc. XHTML
"diag_dns.php" Tidy up "equals sign" "services_captiveportal.php" Add space to OPTION tag Update HTML Boolean operator Close INPUT and BR tags "services_captiveportal_hostname.php" Update ALIGN to MIDDLE "services_captiveportal_vouchers.php" Move closing TD tag outside the PHP IF statement "system_crlmanager.php" Close TR tags correctly
Diffstat (limited to 'usr/local/www/services_captiveportal_hostname.php')
-rw-r--r--usr/local/www/services_captiveportal_hostname.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_captiveportal_hostname.php b/usr/local/www/services_captiveportal_hostname.php
index 960cb43..b9662f9 100644
--- a/usr/local/www/services_captiveportal_hostname.php
+++ b/usr/local/www/services_captiveportal_hostname.php
@@ -137,11 +137,11 @@ include("head.inc");
echo "any <img src=\"/themes/{$g['theme']}/images/icons/icon_in.gif\" width=\"11\" height=\"11\" align=\"middle\" alt=\"in\" /> ";
}
if($ip['dir'] == "both") {
- echo "<img src=\"/themes/{$g['theme']}/images/icons/icon_pass.gif\" width=\"11\" height=\"11\" align=\"absmiddle\" alt=\"pass\" /> ";
+ echo "<img src=\"/themes/{$g['theme']}/images/icons/icon_pass.gif\" width=\"11\" height=\"11\" align=\"middle\" alt=\"pass\" /> ";
}
echo strtolower($ip['hostname']);
if($ip['dir'] == "from") {
- echo "<img src=\"/themes/{$g['theme']}/images/icons/icon_in.gif\" width=\"11\" height=\"11\" align=\"absmiddle\" alt=\"in\" /> any";
+ echo "<img src=\"/themes/{$g['theme']}/images/icons/icon_in.gif\" width=\"11\" height=\"11\" align=\"middle\" alt=\"in\" /> any";
}
?>
OpenPOWER on IntegriCloud