summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-20 04:09:00 +0000
committerBill Marquette <billm@pfsense.org>2005-07-20 04:09:00 +0000
commit75b1adc05f6c38d54b699082e24cb9a3c7203b74 (patch)
treedcb702e486b4d005031345ced18b1b552e82f240 /usr/local/www/head.inc
parent953e611c4438ebfa09884d1a5354eedcbe5456bc (diff)
downloadpfsense-75b1adc05f6c38d54b699082e24cb9a3c7203b74.zip
pfsense-75b1adc05f6c38d54b699082e24cb9a3c7203b74.tar.gz
remove blank lines
Diffstat (limited to 'usr/local/www/head.inc')
-rwxr-xr-xusr/local/www/head.inc6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc
index 1d44007..adf8d2a 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -1,6 +1,3 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
<?php
/*
* if user has selected a custom template, use it.
@@ -11,7 +8,8 @@ if($config['theme'] <> "")
else
$g['theme'] = "pfsense";
?>
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title><?=gentitle($pgtitle);?></title>
OpenPOWER on IntegriCloud