diff options
author | Timothy Warren <tim@timshomepage.net> | 2011-10-03 16:05:42 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2011-10-03 16:05:42 +0200 |
commit | 3fdb613ee7c1968435edb81dcb9a59f42be6de6e (patch) | |
tree | deb8ebc7a7ea1dabcdbfc284bae2f300d7d6a902 /user_guide/helpers | |
parent | a0cd41c5187c738d043ca5a0dc5fbf80806fd322 (diff) | |
parent | 51a7b75ba023a4bf1e70840a19e0457f5123fb72 (diff) |
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop
Diffstat (limited to 'user_guide/helpers')
-rw-r--r-- | user_guide/helpers/html_helper.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/user_guide/helpers/html_helper.html b/user_guide/helpers/html_helper.html index 92bfdfb2e..4b1342724 100644 --- a/user_guide/helpers/html_helper.html +++ b/user_guide/helpers/html_helper.html @@ -348,6 +348,11 @@ echo doctype('html4-trans');<br /> <td class="td"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"></td> </tr> <tr> + <td class="td">XHTML Basic 1.1</td> + <td class="td">doctype('xhtml-basic11')</td> + <td class="td"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd"></td> + </tr> + <tr> <td class="td">HTML 5</td> <td class="td">doctype('html5')</td> <td class="td"><!DOCTYPE html></td> |