Make WordPress Core

Opened 12 years ago

Closed 8 years ago

#20415 closed defect (bug) (worksforme)

big tags formatted incorrectly in rss

Reported by: qdinar's profile 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)

#1 @iseulde
11 years ago

  • Component changed from General to Feeds

#2 @MikeHansenMe
9 years ago

  • Keywords needs-unit-tests added

Are you using any plugins? I added the example code and received

Front End

<blockquote>
	<p>
		<big>
			<big>
				123
				<br>
				123
			</big>
		</big>
	</p>
</blockquote>

RSS

123 123

So right or wrong it is different. This could use some unit tests on what is expected.

#3 @SergeyBiryukov
9 years ago

  • Component changed from Feeds to Formatting

#4 @miqrogroove
9 years ago

  • Keywords wpautop added

This ticket probably has multiple duplicates by now, as it's an old problem with many test cases.

#5 @ericlewis
9 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.

#6 @ericlewis
9 years ago

  • Keywords close added

#7 @wonderboymusic
8 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from new to closed

Suggested as close 8 months ago

Note: See TracTickets for help on using tickets.