textarea ul list on multiple lines fails allowed_html validation
Using Jamroom
I have a textarea field using "allowed_html" for validation.
When I save it with a unordered list written over several lines it fails the validation, but if the list is written all on one line it passes.
This unexpectedly fails:
CANT POST THIS CODE HERE - FAILS VALIDATION FOR THE FORUM
(Its just a ul with each li on a separate line)
This passes as expected:
<ul><li>111</li><li>222</li><li>222</li><li>444</li></ul>
updated by @ultrajam: 07/30/15 08:04:56PM