Details
-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
2.1.3
-
None
-
None
Description
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> — 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".