Make WordPress Core

Changeset 49307


Ignore:
Timestamp:
10/25/2020 01:29:32 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Tests: Declare UTF-8 encoding for QUnit test suite.

This was done for trunk in [49101] as part of other changes, and is now backported to the 5.5 branch.

Follow-up to [49275].

Props iandunn, SergeyBiryukov.
Fixes #51130.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.5/tests/qunit/index.html

    r49275 r49307  
    33    <head>
    44        <title>WordPress QUnit Test Suite</title>
     5        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    56
    67        <!-- Dependencies -->
Note: See TracChangeset for help on using the changeset viewer.