#16060 closed defect (bug) (duplicate)
Cannot close HTML comments in WordPress page/post
Reported by: | eharris | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0.4 |
Component: | Editor | Keywords: | has-patch 3.2-early |
Focuses: | Cc: |
Description
WordPress' HTML editor for creating pages and posts does not allow "-->", converting it instead to "&8211;>". This is fine for the visual editor, but the HTML editor should not make such substitutions, as it means that it becomes impossible to comment out sections on pages for whatever reason The editor does NOT make the same change to "<!--", so the comment successfully opens, but it does not close, creating formatting problems. This has been documented for 2 years on the WordPress support forums:
http://wordpress.org/support/topic/html-comments-not-post-comments-in-pages-038-posts-fail
http://wordpress.org/support/topic/html-comment-destroys-formatting
Attachments (1)
Change History (6)
#1
@
14 years ago
- Keywords has-patch added; HTML comment corrupted formatting character entity substitution removed
#2
@
14 years ago
Example post text to reproduce:
<!-- Sample list <ul> <li>Sample item</li> </ul> -->
Output:
<!-- Sample list <ul> <li>Sample item</li> </ul> –>
Note: See
TracTickets for help on using
tickets.
I have encountered this myself.