diff options
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/head.inc | 6 |
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> |