Opened 15 years ago
Closed 15 years ago
#5803 closed Bug (invalid)
Inserting images in CKEditor 3.2.1 not working
Reported by: | Alexandre Alencar | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Output Data | Version: | 3.2.1 |
Keywords: | Cc: |
Description
I am trying to use CKeditor to insert images and it's not working. I just unpacked it and installed it on a textarea. When I insert a image (with fullHTML true), I get a wrong tag and the image it's not displayed in the resulting HTML
Generated code:
<img alt=\"An Image\" src=\"http://domain.com/imagens.png\" style=\"width: 159px; height: 136px; \" />
Expected code:
<img alt="An Image" src="http://domain.com/imagens.png" style="width: 159px; height: 136px;" />
How it can be fixed?
Change History (1)
comment:1 Changed 15 years ago by
Priority: | High → Normal |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Your server is automatically escaping the quotes.
Please, use our forums for general support.