Side navigation
#5167 closed bug (fixed)
Opened September 05, 2009 05:09AM UTC
Closed December 17, 2009 08:04PM UTC
abbr is not a self-closing tag
| Reported by: | brianfreud | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 1.4 | 
| Component: | core | Version: | 1.4a1 | 
| Keywords: | Cc: | ||
| Blocked by: | Blocking: | 
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.
Attachments (0)
Change History (2)
Changed December 16, 2009 03:42AM UTC by comment:1
Changed December 17, 2009 08:04PM UTC by comment:2
| resolution: | → fixed | 
|---|---|
| status: | new → closed | 
| version: | 1.3.2 → 1.4a1 | 
Hmm, looks like you accidentally added in 'area' twice, dmethvin. Landed the correct commit here:
http://github.com/jquery/jquery/commit/6bc222e7a19d620a79a0b2af46c98664218a81a3
Patch:
http://github.com/dmethvin/jquery/commit/339951fd0ba74bb36dbfcfa47e0466be47ec2684