Dear all,

I'm using CKeditor 7.x-1.9 withe Drupal 7.14,
When i insert a text in a node and customize it with CKeditor, everything works fine
But when I edit the node I see strange "

" tags being added each time at the beginning of the paragraph and a "

 

". at the end of it.

Anyone have an idea of where this is coming from.

Thanks in advance.

Comments

rabihs’s picture

the tags at the beginning are

<!--?php<p-->

and

<p>&nbsp;</p>

at the end

dczepierga’s picture

Status: Active » Postponed (maintainer needs more info)

Do u try to make this in Full HTML text format or in text format without any filters enabled?

Greetings

rabihs’s picture

Thank you for your response.

This is happening on the Full HTML text format.
But surprisingly I have this error on a website but not the other.
Could it be because of another module?

Regards

dczepierga’s picture

If u have this error only on one website and in others it works correctly, so problem could be in another module... try to disable each one module and then check if it works or not.

Greetings

rabihs’s picture

I'll start this procedure right away, it'll take some time since I'm using a significant number of modules.
I'll keep you posted of the result.

omerida’s picture

It may not be ckeditor, you may need to enable php's short_open_tag setting on the server where this is happening.
http://www.php.net/manual/en/ini.core.php#ini.short-open-tag

rabihs’s picture

Status: Postponed (maintainer needs more info) » Fixed
mkesicki’s picture

Status: Fixed » Closed (fixed)