Ticket #345 (closed Bug: invalid)
FckEditor inserts extra or <p> </p>
| Reported by: | evangeline | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
In first senario, this html source: <p><span>test1</span></p> <p></p> <p><span>test2</span></p>
becomes this when toggling the Source button: <p><span>test1</span></p> <p> </p> <p><span>test2</span></p>
Another senario, this html source: <p>test1</p> <p><hr /> test2</p>
becomes this when toggling the Source button: <p>test1</p> <p> </p> <hr /> test2 <p> </p>
I read that someone reported simiar issue in early March (#202, #201) and this has been fixed on version 2.41. I am using 2.41 but still have this issue.
Any help would be greatly appreciated.
Change History
Note: See
TracTickets for help on using
tickets.