To repro, create a new page. Click source on the editor and paste the below
html:
<div id="test">hello world</div>
Click source again (probably not necassary) so that the html is rendered in
the editor. Click save.
The content is saved and the page is refreshed. Upon refresh, click source
again. Notice that the content now looks like:
<div id="\"test\"">hello world</div>
The issue should be easily solvable. The content wasnt actually saved like
this. If you specify this page by typing in the page id, you will see your
content rendered correctly. The slashes seem to be added after a form post
only and only for display unless you save your page again.
Original issue reported on code.google.com by barbedwi...@gmail.com on 21 Aug 2009 at 4:14
Original issue reported on code.google.com by
barbedwi...@gmail.com
on 21 Aug 2009 at 4:14