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 +- user_guide/changelog.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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; diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 9ef36d789..8eec51d65 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -88,6 +88,7 @@ SVN Revision:

Bug fixes for 1.7.2