Welcome Guest, Not a member yet? Register   Sign In
form helper and HTML 4
#4

[eluser]bluemonsta[/eluser]
You could modify the core helper /system/helpers/form_helper.php and change the endings for each input.

But if you modify the core, it will be removed when you next upgrade CI.

Why not just use the html5 doctype? Or use this one that forces the most up to date doctype in your browser.

Code:
<!DOCTYPE html>
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;meta charset="utf-8" /&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;/body&gt;
&lt;/html&gt;

Of course this assumes that your page is UTF-8 encoded and in english.


Messages In This Thread
form helper and HTML 4 - by El Forum - 05-29-2012, 12:18 PM
form helper and HTML 4 - by El Forum - 05-29-2012, 12:23 PM
form helper and HTML 4 - by El Forum - 05-29-2012, 01:34 PM
form helper and HTML 4 - by El Forum - 05-29-2012, 02:05 PM
form helper and HTML 4 - by El Forum - 05-29-2012, 03:14 PM
form helper and HTML 4 - by El Forum - 05-29-2012, 04:50 PM
form helper and HTML 4 - by El Forum - 05-29-2012, 05:53 PM
form helper and HTML 4 - by El Forum - 05-29-2012, 06:11 PM
form helper and HTML 4 - by El Forum - 05-29-2012, 06:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB