summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizard.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-05-31 22:59:15 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-05-31 22:59:15 +0000
commitc8000491f7f68d5b60ee82a5d3fce1f7ef11c7c6 (patch)
treef45b2d4029de79a75da88f5c8fc7c70d2a0f110d /usr/local/www/wizard.php
parentdbb064784f7d21331fb403739744af66760972d6 (diff)
downloadpfsense-c8000491f7f68d5b60ee82a5d3fce1f7ef11c7c6.zip
pfsense-c8000491f7f68d5b60ee82a5d3fce1f7ef11c7c6.tar.gz
Move ending </body> and </html> down to end.
Noticed-by Daniel S
Diffstat (limited to 'usr/local/www/wizard.php')
-rwxr-xr-xusr/local/www/wizard.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/usr/local/www/wizard.php b/usr/local/www/wizard.php
index 917d99c..a1909bb 100755
--- a/usr/local/www/wizard.php
+++ b/usr/local/www/wizard.php
@@ -512,9 +512,6 @@ NiftyCheck();
Rounded("div#roundme","all","#333333","#FFFFFF","smooth");
</script>
-</body>
-</html>
-
<?php
$fieldnames_array = Array();
@@ -624,4 +621,8 @@ function is_timezone($elt) {
return !preg_match("/\/$/", $elt);
}
-?> \ No newline at end of file
+?>
+
+</body>
+</html>
+
OpenPOWER on IntegriCloud