aboutsummaryrefslogtreecommitdiff
path: root/imports
diff options
context:
space:
mode:
authorKris Kowal2012-07-06 12:47:27 -0700
committerKris Kowal2012-07-06 15:01:49 -0700
commit40c6eb2c06b34f65a74d59ef9687251952858bab (patch)
tree685c02d292fc371a34cbb0f155ea8c7aa763ec32 /imports
parent9461e7731f91dd03a15b0a62667e722a60c84721 (diff)
downloadninja-40c6eb2c06b34f65a74d59ef9687251952858bab.tar.gz
Normalize HTML doctype
Diffstat (limited to 'imports')
-rw-r--r--imports/codemirror/mode/xquery/test/index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/imports/codemirror/mode/xquery/test/index.html b/imports/codemirror/mode/xquery/test/index.html
index ba82e54f..09238a19 100644
--- a/imports/codemirror/mode/xquery/test/index.html
+++ b/imports/codemirror/mode/xquery/test/index.html
@@ -1,5 +1,4 @@
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 1<!doctype html>
2 "http://www.w3.org/TR/html4/loose.dtd">
3<html> 2<html>
4 <head> 3 <head>
5 <link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-git.css" type="text/css"/> 4 <link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-git.css" type="text/css"/>