Opened 14 years ago
Closed 11 years ago
#20415 closed defect (bug) (worksforme)
big tags formatted incorrectly in rss
| Reported by: | qdinar | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Formatting | Version: | |
| Severity: | normal | Keywords: | needs-unit-tests wpautop close |
| Cc: | Focuses: |
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
@
12 years ago
- Keywords wpautop added
This ticket probably has multiple duplicates by now, as it's an old problem with many test cases.
#5
@
12 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.