Commit 0d122fc3 authored by Chris Rebert's avatar Chris Rebert

silence validator regarding http-equiv="X-UA-Compatible"

parent eb77241a
...@@ -132,7 +132,10 @@ module.exports = function(grunt) { ...@@ -132,7 +132,10 @@ module.exports = function(grunt) {
validation: { validation: {
options: { options: {
reset: true reset: true,
relaxerror: [
"Bad value X-UA-Compatible for attribute http-equiv on element meta."
]
}, },
files: { files: {
src: ["_gh_pages/**/*.html"] src: ["_gh_pages/**/*.html"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment