From 52a87e506d4fc70bd5922b07a532852d28f28ab6 Mon Sep 17 00:00:00 2001 From: Mehdi Bounya Date: Thu, 17 May 2018 23:41:30 +0000 Subject: http:// to https:// --- user_guide_src/source/helpers/html_helper.rst | 38 +++++++++++++-------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'user_guide_src/source/helpers/html_helper.rst') diff --git a/user_guide_src/source/helpers/html_helper.rst b/user_guide_src/source/helpers/html_helper.rst index 734b4465c..e4738b157 100644 --- a/user_guide_src/source/helpers/html_helper.rst +++ b/user_guide_src/source/helpers/html_helper.rst @@ -343,7 +343,7 @@ The following functions are available: echo doctype(); // - echo doctype('html4-trans'); // + echo doctype('html4-trans'); // The following is a list of doctype choices. These are configurable, and pulled from application/config/doctypes.php @@ -351,23 +351,23 @@ The following functions are available: =============================== =================== ================================================================================================================================================== Document type Option Result =============================== =================== ================================================================================================================================================== - XHTML 1.1 xhtml11 - XHTML 1.0 Strict xhtml1-strict - XHTML 1.0 Transitional xhtml1-trans - XHTML 1.0 Frameset xhtml1-frame - XHTML Basic 1.1 xhtml-basic11 + XHTML 1.1 xhtml11 + XHTML 1.0 Strict xhtml1-strict + XHTML 1.0 Transitional xhtml1-trans + XHTML 1.0 Frameset xhtml1-frame + XHTML Basic 1.1 xhtml-basic11 HTML 5 html5 - HTML 4 Strict html4-strict - HTML 4 Transitional html4-trans - HTML 4 Frameset html4-frame - MathML 1.01 mathml1 - MathML 2.0 mathml2 - SVG 1.0 svg10 - SVG 1.1 Full svg11 - SVG 1.1 Basic svg11-basic - SVG 1.1 Tiny svg11-tiny - XHTML+MathML+SVG (XHTML host) xhtml-math-svg-xh - XHTML+MathML+SVG (SVG host) xhtml-math-svg-sh - XHTML+RDFa 1.0 xhtml-rdfa-1 - XHTML+RDFa 1.1 xhtml-rdfa-2 + HTML 4 Strict html4-strict + HTML 4 Transitional html4-trans + HTML 4 Frameset html4-frame + MathML 1.01 mathml1 + MathML 2.0 mathml2 + SVG 1.0 svg10 + SVG 1.1 Full svg11 + SVG 1.1 Basic svg11-basic + SVG 1.1 Tiny svg11-tiny + XHTML+MathML+SVG (XHTML host) xhtml-math-svg-xh + XHTML+MathML+SVG (SVG host) xhtml-math-svg-sh + XHTML+RDFa 1.0 xhtml-rdfa-1 + XHTML+RDFa 1.1 xhtml-rdfa-2 =============================== =================== ================================================================================================================================================== -- cgit v1.2.3-24-g4f1b