Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#23315 closed defect (bug) (fixed)

BOM in jquery.query.js

Reported by: azaozz's profile azaozz Owned by: azaozz's profile azaozz
Milestone: 3.6 Priority: normal
Severity: minor Version:
Component: General Keywords:
Focuses: Cc:

Description (last modified by azaozz)

There is an UTF-8 BOM in jquery.query.js (U+FEFF, ). While that is usually not a problem, it may break the JS in some rare cases when that file is concatenated and the charset is not UTF-8.

Change History (3)

#1 @azaozz
11 years ago

  • Owner set to azaozz
  • Resolution set to fixed
  • Status changed from new to closed

In 23356:

Remove BOM from jquery.query.js, fixes #23315

#2 @azaozz
11 years ago

  • Description modified (diff)

#3 @SergeyBiryukov
11 years ago

#24645 was marked as a duplicate.

Note: See TracTickets for help on using tickets.