Hi there
I have a real strange behavior with chunks in 1.0.3. Somehow my html code is changed from
<dt><label for="mitteilung" accesskey="c">Kommentar</label> </dt>
<dd><textarea cols="40" rows="10" name="comments" eform="Mitteilung:html:1" id="mitteilung"></textarea></dd>
to
<dt><label for=\"mitteilung\" accesskey=\"c\">Kommentar</label> </dt>
<dd><textarea cols=\"40\" rows=\"10\" name=\"comments\" eform=\"Mitteilung:html:1\" id=\"mitteilung\"></textarea></dd>
This Happens when I copy the code from a 1.0.2 chunk to a 1.0.3 chunk. all the backslashes are being add on saving the chunk.
My System
MAMP 1.9
PHP 5.3.2
MySQL 5.1.44