Ticket #847 (closed defect: fixed)

Opened 7 years ago

Last modified 7 years ago

"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

Changed 7 years ago by wymsy

  • status changed from new to closed
  • resolution set to fixed

fixed in changeset:601

Note: See TracTickets for help on using tickets.