Opened 13 years ago

Last modified 12 years ago

#7197 closed Bug

div replace <p> issue — at Initial Version

Reported by: Carl Owned by:
Priority: Normal Milestone:
Component: Core : Output Data Version: 3.3.2
Keywords: Cc:

Description

when i edit the content of a div using the div replace option and save the output there is an empty paragraph at the beginning of the text. how do i get rid of this? example:

this is the original text: <div> <p>This is an example</p> </div>

this is the outputted text when i have finished editing <div> <p> </p> <p>This is an example</p> </div>

The <p> </p> appears when i click to edit it. how do i stop this?

Change History (0)

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