Modify ↓
Ticket #5167 (closed bug: fixed)
abbr is not a self-closing tag
| Reported by: | brianfreud | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 1.4 |
| Component: | core | Version: | 1.4a1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Line 876, abbr|br|col|img|input|link|meta|param|hr|area|embed
abbr should be generated as <abbr></abbr>, not <abbr/>. The regexp should only have br|col|img|input|link|meta|param|hr|area|embed.
Change History
comment:2 Changed 3 years ago by john
- Status changed from new to closed
- Version changed from 1.3.2 to 1.4a1
- Resolution set to fixed
Hmm, looks like you accidentally added in 'area' twice, dmethvin. Landed the correct commit here: http://github.com/jquery/jquery/commit/6bc222e7a19d620a79a0b2af46c98664218a81a3
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Patch: http://github.com/dmethvin/jquery/commit/339951fd0ba74bb36dbfcfa47e0466be47ec2684