issue 271: The html5shiv script is loaded only if the browser is older than IE 9

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9503 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2011-10-06 02:23:08 +00:00
parent a14fea99b0
commit 51a84b0148

View file

@ -48,8 +48,10 @@
<![endif]-->
<!--@end-->
<!--@end-->
<!--[if lt IE 9]>
<script type="text/javascript" src="../js/html5.js" cond="$db_info->use_html5=='Y'"></script>
<!--[if lt IE 9]><script type="text/javascript" src="../js/respond.min.js"></script><![endif]-->
<script type="text/javascript" src="../js/respond.min.js"></script>
<![endif]-->
<!--@if($rss_url)-->
<link rel="alternate" type="application/rss+xml" title="RSS" href="{$rss_url}" />
<link rel="alternate" type="application/atom+xml" title="Atom" href="{$atom_url}" />