Ticket #847 (closed defect: fixed)
"strip _moz attributes" brokes <img src="/images/mini_mozilla.png" />
| Reported by: | xinha.10.the_redburn@… | Owned by: | wymsy |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin_GetHtml | Version: | trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
/*01*/ new RegExp().compile(/(\S*\s*=\s*)?_moz[^=>]*(=\s*[^>]*)?/gi),//strip _moz attributes
This matches <img src="/images/mini_mozilla.png" />, so it brokes it (and everything which begins by _moz). It would be better to double check before to remove it.
Change History
Note: See
TracTickets for help on using
tickets.
