Opened 15 years ago
Closed 15 years ago
#2084 closed bug (fixed)
BUG in [Fix "XHTML"-style tags in all browsers] code
Reported by: | arte | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | core | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
"embed" should be added to this line: return tag.match(/(abbr|br|col|img|input|link|meta|param|hr|area)$/i) ? like this: return tag.match(/(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i) ?
online examples (use IE to see the problem): http://reboot.ch/js/media/index.html with the fix: http://reboot.ch/js/media/index3.html
Note: See
TracTickets for help on using
tickets.
Fixed in [4293].