Hi there everyone,

This is my first post, so if I posted this issue wrong, please let me know.

My problem is this, up until a few days ago, my website has been publishing articles perfectly in the CKEditor or plain text fields. But then suddenly it started acting weird.

Normally, I would enter an image like this:
<img alt="name" src="/images/.....jpg" /> and it would post fine.

But then, as of 2 days ago, as soon as I hit the publish button, the images incorrectly display. I then went in to check the code again and it actually looks like this now:

<img alt=\"name\" src=\"/images/...jpg\" />

I have no idea why it started inputing "\" in the middle of the code!

Can anyone please help me?

My website is www.liveinlimbo.com.

I really appreciate it.

Sean

Comments

schin’s picture

Project: Drupal core » CKEditor 4 - WYSIWYG HTML editor
Issue summary: View changes

changed coding format

Berdir’s picture

Project: CKEditor 4 - WYSIWYG HTML editor » Drupal core
Component: CSS » filter.module
Category: bug » support
Priority: Major » Normal

Changing to a support request, should probably also be moved to the CKEditor project, feel free to do so yourself, I don't know which one you're using.

You might also have more success in the forum or other support channels like IRC or Drupal Answers.

dddave’s picture

Project: Drupal core » CKEditor 4 - WYSIWYG HTML editor
Version: 7.4 » 7.x-1.x-dev
Component: filter.module » Miscellaneous
Assigned: schin » Unassigned

Bedir is right. ;)

robhoefakker’s picture

Looks like a php filter? Maybe you have some sort of php filter on your text format?

robhoefakker’s picture

Looks like a php filter? Maybe you have some sort of php filter on your text format? Sorry double clicked the save button..

robhoefakker’s picture

Issue summary: View changes

code