export and import add new line breaks
-------------------------------------
Key: MAGNOLIA-585
URL: http://jira.magnolia.info/browse/MAGNOLIA-585
Project: magnolia wcm
Type: Bug
Versions: 2.1.3
Reporter: Philipp Bracher
Assigned to: Philipp Bracher
Fix For: 2.2 M1, 2.1.4
from the user-list:
there are some corrupt of data happens. Example:
Exported via gui content:
website.camelot.main.xml {
... skip ...
<sv:property sv:name="text" sv:type="String">
<sv:value>text text text text<span
id="Camelot">TextTex</span>&nbsp;&mdash; text
text text text text text text.</sv:value>
</sv:property>
... skip ...
}
And when i try to import this file, it's all fine, but i'v got this in
html:
{
text text text text<span <br/>
id="Camelot">TextTex</span> &mdash text <br/>
text text text text text text.
}
Why magnolia inserts <br/> in every place, where string ends(\n)?
Is this bug, or may be feature? ;)
I version 2.1 there was all good with this becouse, i think, exported
file wasn't contain any "\n".
--
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
----------------------------------------------------------------