Bug #301
WYSIWYG editor page break causes random HTML 'p' elements
| Status: | Closed | Start date: | 2010-06-07 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | Alex Cartwright | % Done: | 100% |
|
| Category: | Zula::Libraries | |||
| Target version: | 2.5.5 | |||
| PHP Version: |
Description
When inserting a page break in the editor, it inserts it as <p><!-- break --></p>, which when broken causes the html to have a <p> with no end tag. While this is valid HTML it's not pretty, it would be good to avoid it if possible. It also throws in a lot of 's where they aren't needed instead of spaces. It would be good to clean these up after editing.
History
Updated by Alex Cartwright over 1 year ago
Applied in changeset commit:"1b3ec1dd329b7570be210b688895a4a087b2dc56".