Skip to:
Content

BuddyPress.org

Opened 17 years ago

Closed 17 years ago

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

Invalid HTML in recent activity output

Reported by: hempsworth Owned by:
Priority: minor Milestone:
Component: Version:
Severity: 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
17 years ago

  • Resolutionfixed
  • Status newclosed

I believe r1605 should fix this?

#2 @(none)
17 years ago

  • Milestone Activity Streams 1.1

Milestone Activity Streams 1.1 deleted

#3 @hempsworth
17 years ago

  • Resolution fixed
  • Status closedreopened

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

#4 @apeatling
17 years ago

  • Priority majorminor

#5 @apeatling
17 years ago

  • Resolutioninvalid
  • Status reopenedclosed

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.