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) {
validation: {
options: {
reset: true
reset: true,
relaxerror: [
"Bad value X-UA-Compatible for attribute http-equiv on element meta."
]
},
files: {
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