Jump to content

fckeditor duplicate text issue


jarvis

Recommended Posts

Hi All,

 

Probably very simple but; I've got fckeditor installed on a CMS, whenever you add an image or a link, it saves the info twice and seperate the entire duplicate content with

Quote:

 

" />

 

 

It's as if it's not closing a tag. Has anyone else had this or knows how to resolve it?

 

Just as a subnote:

My line of code is:

Code:

 

<td><textarea rows="20" name="content" cols="60" value="' . $row[4] . '" />' . $row[4] . '</textarea></td>

 

 

The duplicate " /> is coming in from the above as I've removed the space in the above line so it's just "/> and this is then what appears in the duplicate text.

Hmmm....

Link to comment
https://forums.phpfreaks.com/topic/178472-fckeditor-duplicate-text-issue/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.