diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2015-02-17 10:45:30 +0300 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2015-02-19 11:30:57 +0300 |
commit | 8356281bed643bb3d56ad02f52580a0e20dc0237 (patch) | |
tree | c299579a9407d4fa3b0c8e5b9748841ecef4dec8 /test/index.html | |
parent | 9d1b989f20b550af3590691723b0620f6914626e (diff) | |
download | jquery-8356281bed643bb3d56ad02f52580a0e20dc0237.tar.gz jquery-8356281bed643bb3d56ad02f52580a0e20dc0237.zip |
Tests: make top of the HTML suite compliant with style guide
See http://contribute.jquery.org/style-guide/html/
Closes gh-2098
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/test/index.html b/test/index.html index 2c80c9d01..cadb53b7b 100644 --- a/test/index.html +++ b/test/index.html @@ -1,12 +1,10 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr" id="html"> +<!doctype html> +<html lang="en" id="html"> <head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> + <meta charset="utf-8"> <title>jQuery Test Suite</title> - <link rel="Stylesheet" media="screen" href="../external/qunit/qunit.css" /> - <link rel="Stylesheet" media="screen" href="data/testsuite.css" /> - <!-- Includes --> + <link rel="stylesheet" href="../external/qunit/qunit.css" /> + <link rel="stylesheet" href="data/testsuite.css" /> <!-- We have to use previous jQuery as helper to ensure testability with |