From 93bddd16200be9eaf623dd6114860792097f11ac Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 14 Apr 2009 19:27:38 +0000 Subject: doctype helper default value was missing a "1". --- system/helpers/html_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/helpers/html_helper.php b/system/helpers/html_helper.php index e552b86b4..3117035bf 100644 --- a/system/helpers/html_helper.php +++ b/system/helpers/html_helper.php @@ -246,7 +246,7 @@ if ( ! function_exists('img')) */ if ( ! function_exists('doctype')) { - function doctype($type = 'xhtml-strict') + function doctype($type = 'xhtml1-strict') { global $_doctypes; -- cgit v1.2.3-24-g4f1b