Solonik77 / digitalus-cms

Automatically exported from code.google.com/p/digitalus-cms
0 stars 0 forks source link

Slashes are not being stripped from page content on edit #120

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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="\&quot;test\&quot;">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

GoogleCodeExporter commented 8 years ago
Resolved by revision r598

Original comment by lowtower1974@gmail.com on 5 Oct 2009 at 4:57