go2phil
06-27-2011, 06:43 PM
I'm creating 'content' via the CMS, and when I enter any quotes and save the content file, then re-visit the page, re-save, etc...every time I do a re-save I get additional quotes populated in the content/preview sections which screws up the code that's there.
For example, I put this in 'Content' and 'Preview':
$page = "Test";
And save the content.
I re-visit this page and the above shows up as this:
$page = "Test";
I save the page, and return to it to find this:
$page = "Test";
etc...etc...
This pattern continues. The text within these sections isn't being shown to the person editing the content correctly, so upon saving the page again the code no longer works (obviously).
Is there a patch for this? Or a newer version? This is with version 4.1.4.
Any suggestions would be great.
--------------- Added 1309231377 at 1309231377 ---------------
Has anyone else experienced this issue?
For example, I put this in 'Content' and 'Preview':
$page = "Test";
And save the content.
I re-visit this page and the above shows up as this:
$page = "Test";
I save the page, and return to it to find this:
$page = "Test";
etc...etc...
This pattern continues. The text within these sections isn't being shown to the person editing the content correctly, so upon saving the page again the code no longer works (obviously).
Is there a patch for this? Or a newer version? This is with version 4.1.4.
Any suggestions would be great.
--------------- Added 1309231377 at 1309231377 ---------------
Has anyone else experienced this issue?