Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-01-30 12:38:52 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-01-30 12:38:52 +0300
commit696d93ae36bc71b334d3799931c106f74d460220 (patch)
tree4db5587b94f1a12823839d47ec695b8ce7ec25f6
parent095108d2c14ebb93c80bbbe14b080593499fe545 (diff)
Remove unneeded (now) ignore from the validator.
-rw-r--r--Gruntfile.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 391af40..e4a56eb 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -223,7 +223,6 @@ module.exports = function (grunt) {
reset: true,
relaxerror: [
'Attribute ontouchstart not allowed on element body at this point.',
- 'Bad value X-UA-Compatible for attribute http-equiv on element meta.',
'Consider using the h1 element as a top-level heading only \\(all h1 elements are treated as top-level headings by many screen readers and other tools\\)\\.'
]
},