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
Comment #1
rabihs commentedthe tags at the beginning are
and
at the end
Comment #2
dczepierga commentedDo u try to make this in Full HTML text format or in text format without any filters enabled?
Greetings
Comment #3
rabihs commentedThank 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
Comment #4
dczepierga commentedIf 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
Comment #5
rabihs commentedI'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.
Comment #6
omerida commentedIt 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
Comment #7
rabihs commentedComment #8
mkesicki commented