diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2015-04-24 18:24:42 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2015-04-24 18:29:31 +0200 |
commit | d5777fadcd421dd592049b3c706ac69ca919599b (patch) | |
tree | 2bf5fc71ee7e02d602cec4dad80be580d2153c2a /templates | |
parent | f1a1fcc9180aa32b450e906f5535b15c5f273a74 (diff) |
Upgrade HTML5 Shiv from 3.7.0 to 3.7.2.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index ec9e028..4b24b37 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -9,7 +9,7 @@ <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> - <script src="/static/js/html5shiv.js"></script> + <script src="/static/js/html5shiv.min.js"></script> <script src="/static/js/respond.min.js"></script> <![endif]--> <TMPL_IF FAVICON> |