Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: templates/default.tmpl

Issue 29334044: Issue 219 - Donation page is broken in IE8 (Closed)
Patch Set: Fixed code style issues Created Jan. 28, 2016, 3:48 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pages/donate.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/default.tmpl
===================================================================
--- a/templates/default.tmpl
+++ b/templates/default.tmpl
@@ -44,8 +44,9 @@
<script src="/js/vendor/html5shiv.js"></script>
<script src="/js/vendor/respond.min.js"></script>
<![endif]-->
- <!--[if lt IE 10]><script src="/js/vendor/cssfx.min.js"></script><![endif]-->
- <!-- Fixes cssfx issues in IE8. -->
+ <!--[if lt IE 10]>
+ <script src="/js/vendor/cssfx.min.js"></script>
+ <![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" href="/css/empty.css" class="cssfx"/>
<![endif]-->
« no previous file with comments | « pages/donate.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld