diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2014-05-09 15:10:49 +0200 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2014-06-04 22:33:28 +0200 |
commit | 5205d0752267e6ce9d6937133517946b25c67260 (patch) | |
tree | 969798dd0b46fbd81b14c8314a858d116722416c /themes/dev-urandom/templates | |
parent | f536f24d8b482b758220e69a9ee32c167dd50988 (diff) | |
download | schiltknecht.org-5205d0752267e6ce9d6937133517946b25c67260.tar.gz schiltknecht.org-5205d0752267e6ce9d6937133517946b25c67260.tar.bz2 schiltknecht.org-5205d0752267e6ce9d6937133517946b25c67260.zip |
Petites correction W3C
Diffstat (limited to 'themes/dev-urandom/templates')
-rw-r--r-- | themes/dev-urandom/templates/base.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/dev-urandom/templates/base.html b/themes/dev-urandom/templates/base.html index 3ee32a5..3eda596 100644 --- a/themes/dev-urandom/templates/base.html +++ b/themes/dev-urandom/templates/base.html @@ -3,7 +3,6 @@ <head> {% block headers %} <meta charset="utf-8" /> - <meta http-equiv="X-UA-Compatible" content="IE=endge, chrome=IE8" /> <meta name="viewport" content="initial-scale=1.0, width=device-width, user-scalable=no" /> <title>{% block title %}{{ SITENAME }}{%endblock%}</title> <!--[if lte IE 8]><script type="text/javascript" src="{{ SITEURL }}/theme/js/html5shiv.js"></script><![endif]--> |