Opened 16 years ago
Closed 15 years ago
#852 closed defect (bug) (no action required)
Invalid HTML in recent activity output
Reported by: |
|
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)
Note: See
TracTickets for help on using
tickets.
I believe r1605 should fix this?