Opened 12 years ago
Closed 9 years ago
#20415 closed defect (bug) (worksforme)
big tags formatted incorrectly in rss
Reported by: | qdinar | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Formatting | Keywords: | needs-unit-tests wpautop close |
Focuses: | Cc: |
Description
several (doubled, tripled) big tags formatted incorrectly in rss, may be single big tags behave same way
what is formatted
<blockquote><p><big><big>123</big></big></p> <p><big><big>123</big></big></p></blockquote>
in normal view is formatted
<blockquote><p><big><big>123</big></big></p> <p>123</p></blockquote>
in rss.
( and it is just
<blockquote><big><big>123 123</big></big></blockquote>
in editor)
Change History (7)
#4
@
10 years ago
- Keywords wpautop added
This ticket probably has multiple duplicates by now, as it's an old problem with many test cases.
#5
@
10 years ago
I get the same on the frontend as MikeHansenMe did, but in RSS I get
<content:encoded> <![CDATA[ <blockquote><p><big><big>123<br /> 123</big></big></p></blockquote> ]]> </content:encoded>
which looks fine to me. I think we can close this out.
Note: See
TracTickets for help on using
tickets.
Are you using any plugins? I added the example code and received
Front End
RSS
So right or wrong it is different. This could use some unit tests on what is expected.