Skip to content

Commit

Permalink
IE Should render correctly html5 tags now [need tests]
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Didry committed Feb 11, 2010
1 parent 4873a3a commit a7a3b5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/layout/default.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<link rel="stylesheet" href="<?php echo public_url_for ('resources/jquery.ui/css/cupertino/jquery-ui-1.7.2.custom.css') ?>" type="text/css" media="all" />
<link rel="stylesheet" href="<?php echo public_url_for ('resources/css/main.css') ?>" type="text/css" media="all" />

<!--[if lte IE 8]>
<script type="text/javascript" src="<?php echo public_url_for ('resources/js/html5.js') ?>"></script>
<![endif]-->
<script type="text/javascript" src="<?php echo public_url_for ('resources/js/jquery-1.3.2.js') ?>"></script>
<script type="text/javascript" src="<?php echo public_url_for ('resources/js/jquery.form.js') ?>"></script>
<script type="text/javascript" src="<?php echo public_url_for ('resources/js/jquery.qtip-1.0.0-rc3.min.js') ?>"></script>
Expand Down
2 changes: 2 additions & 0 deletions resources/js/html5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a7a3b5c

Please sign in to comment.