Opened 14 years ago

Closed 14 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 14 years ago by Alfonso Martínez de Lizarrondo

Priority: HighNormal
Resolution: invalid
Status: newclosed

Your server is automatically escaping the quotes.

Please, use our forums for general support.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy