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

Unified Diff: templates/default.tmpl

Issue 5699656273100800: Issue 2515 - Fix for IE8 rendering issue on homepage (Closed)
Patch Set: Created May 13, 2015, 2:57 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/default.tmpl
diff --git a/templates/default.tmpl b/templates/default.tmpl
index 27399fcb91fc4ea1c8b46285a86fe7768cb47ab4..962ae7ef897a3e6cad8f0b1f33ecbb9561860d5d 100644
--- a/templates/default.tmpl
+++ b/templates/default.tmpl
@@ -31,6 +31,10 @@
<link rel="canonical" href="https://adblockplus.org/{{page}}">
+ {% block head %}
+ {{head|safe}}
+ {% endblock %}
+
<!--[if lt IE 7]>
<script src="/js/vendor/DD_belatedPNG.js"></script>
<script>DD_belatedPNG.fix(".sprite");</script>
@@ -44,10 +48,6 @@
<!--[if IE 8]>
<link rel="stylesheet" href="/css/empty.css" class="cssfx"/>
<![endif]-->
-
- {% block head %}
- {{head|safe}}
- {% endblock %}
</head>
<body>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld