summaryrefslogtreecommitdiffstats
path: root/system/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'system/helpers')
-rw-r--r--system/helpers/html_helper.php2
1 files changed, 1 insertions, 1 deletions
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;