newlines are not preserved during activation
--------------------------------------------
Key: MAGNOLIA-960
URL: http://jira.magnolia.info/browse/MAGNOLIA-960
Project: magnolia
Issue Type: Bug
Components: activation
Affects Versions: 3.0 RC2
Reporter: Fabrizio Giustina
Assigned To: Boris Kraft
Priority: Blocker
Fix For: 3.0 RC3
text formatting is not preserved during activation and this totally breaks
several templates.
For example the content of a form select template (where each entry of the
select is separated on a newline) it totally garbled on a public server (all
the entries on the first option).
Even worste, for rich text newlines are converted to <br> tags, generating
totally invalid html! For example:
<a href="test">test</a>
could became:
<a
href="test">test</a>
which is rendered as:
<a<br> href="test">test</a>
... and displayed on the page as an underlined:
href="test">test
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------