#3248 closed defect (bug) (fixed)
Stray closing anchor tag in comments list callback
Reported by: | hnla | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | 1.5 | |
Component: | Templates | Keywords: | |
Cc: | hnla |
Description
In functions.php there is a stray anchor at end of comment user details in comment-meta functions.php comment callback.
Patch removes the stray anchor and wraps comment meta anchors and text in a 'p' otherwise we have bare text 'said' in a div.
Note: for consistency other div elements with series of plain anchor links ought to be enclosed in a 'p' for semantics sake and to avoid possibility of bare naked text in an aggregating element.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
remove stray anchor