summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal.php
diff options
context:
space:
mode:
authorScott Dale <sdale@pfsense.org>2007-04-26 02:55:15 +0000
committerScott Dale <sdale@pfsense.org>2007-04-26 02:55:15 +0000
commit93588e1a6ac243bb8ca026c4b8f5ec4bfc228d4d (patch)
tree03611960d748d8efb441897b112b1ad95b77e8e7 /usr/local/www/services_captiveportal.php
parent53bf5f1d4a1b4f41ec73d0f3214b40cb81f0bf3f (diff)
downloadpfsense-93588e1a6ac243bb8ca026c4b8f5ec4bfc228d4d.zip
pfsense-93588e1a6ac243bb8ca026c4b8f5ec4bfc228d4d.tar.gz
correct the html structure, and show errors properly
MFC: asap
Diffstat (limited to 'usr/local/www/services_captiveportal.php')
-rwxr-xr-xusr/local/www/services_captiveportal.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index 04c029c..4cc54ba 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -250,6 +250,7 @@ function enable_change(enable_change) {
}
//-->
</script>
+<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<p class="pgtitle"><?=$pgtitle?></p>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if ($savemsg) print_info_box($savemsg); ?>
@@ -607,3 +608,6 @@ enable_change(false);
//-->
</script>
<?php include("fend.inc"); ?>
+</body>
+</html>
+
OpenPOWER on IntegriCloud