diff options
author | Przemyslaw Tomaszewski <firian@o2.pl> | 2012-07-22 03:28:41 +0200 |
---|---|---|
committer | Przemyslaw Tomaszewski <firian@o2.pl> | 2012-07-22 03:28:41 +0200 |
commit | 8711aebec411ea31ae650202f49908de1f313689 (patch) | |
tree | 6eddea973c342cab540232cc59f90b70cdd3eb47 | |
parent | fa4af2c268eb920e8eb772b793962000c10ac79c (diff) |
Comment fix. Html5 is most popular these days and should be added to comment. Also - information that there are more doctypes than specified in comment was not included.
-rw-r--r-- | system/helpers/html_helper.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/helpers/html_helper.php b/system/helpers/html_helper.php index 68ce70248..6fabf9c05 100644 --- a/system/helpers/html_helper.php +++ b/system/helpers/html_helper.php @@ -242,9 +242,9 @@ if ( ! function_exists('doctype')) * * Generates a page document type declaration * - * Valid options are xhtml-11, xhtml-strict, xhtml-trans, xhtml-frame, - * html4-strict, html4-trans, and html4-frame. Values are saved in the - * doctypes config file. + * Examples of valid options: html5, xhtml-11, xhtml-strict, xhtml-trans, + * xhtml-frame, html4-strict, html4-trans, and html4-frame. + * All values are saved in the doctypes config file. * * @param string type The doctype to be generated * @return string |