Welcome Guest, Not a member yet? Register   Sign In
textarea duplicates line breaks
#12

[eluser]Freeze Dried Pop[/eluser]
[quote author="mikkelz" date="1302174534"]I take it that updating the Input class in /system/core is a better option than creating a custom input class to override that bit of code?

Or what is the recommended method for resolving these bugs until a new version is released?

Edit:

I kind of answered my own question by going ahead and modifying the Input class with the latest change on bitbucket.

Line #542:

Code:
$str = str_replace(array("\r\n", "\r", "\r\n\n"), PHP_EOL, $str);

It feels "cleaner" than hacking in a custom class for something small like this.

Edit 2:

Thanks for the link JuanitoDelCielo[/quote]
Cheers, i've implemented this and it's fixed now.

Was racking my brains for a good hour before realising it might be something to do with Code Igniter. That's the last time I douby my knowledge of simple HTML.


Messages In This Thread
textarea duplicates line breaks - by El Forum - 02-03-2011, 04:59 AM
textarea duplicates line breaks - by El Forum - 02-09-2011, 09:11 AM
textarea duplicates line breaks - by El Forum - 02-10-2011, 03:17 AM
textarea duplicates line breaks - by El Forum - 02-21-2011, 02:38 PM
textarea duplicates line breaks - by El Forum - 02-22-2011, 12:50 AM
textarea duplicates line breaks - by El Forum - 03-07-2011, 02:44 AM
textarea duplicates line breaks - by El Forum - 03-22-2011, 12:04 AM
textarea duplicates line breaks - by El Forum - 04-06-2011, 11:33 AM
textarea duplicates line breaks - by El Forum - 04-06-2011, 01:08 PM
textarea duplicates line breaks - by El Forum - 04-07-2011, 12:08 AM
textarea duplicates line breaks - by El Forum - 04-07-2011, 01:13 AM
textarea duplicates line breaks - by El Forum - 04-10-2011, 03:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB