Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 15 years ago

#852 closed defect (bug) (no action required)

Invalid HTML in recent activity output

Reported by: hempsworth's profile hempsworth Owned by:
Milestone: Priority: minor
Severity: Version:
Component: Keywords:
Cc:

Description

When the recent activity output reports a wire comment, the HTML output is invalid; the blockquote is closed after the paragraph element; like this:

<blockquote>Hey, a comment.</p></blockquote>

The closure of the paragraph element should be after the closure of the blockquote element.

This effects HTML validity and hinders styling via CSS.

Change History (5)

#1 @apeatling
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

I believe r1605 should fix this?

#2 @(none)
16 years ago

  • Milestone Activity Streams 1.1 deleted

Milestone Activity Streams 1.1 deleted

#3 @hempsworth
16 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

I've just updated to trunk, and I'm still seeing the same problem?..

#4 @apeatling
15 years ago

  • Priority changed from major to minor

#5 @apeatling
15 years ago

  • Resolution set to invalid
  • Status changed from reopened to closed

P inside of BLOCKQUOTE is valid. This is not going to change since there will be quotes with multiple paragraphs.

Note: See TracTickets for help on using tickets.