The <script> tag for the chrome frame message has a misplaced semicolon,
which causes an odd looking display issue in Internet Explorer. I
realize that ideally very few people will be using IE, but even if
they're not interested in a quality browsing experience we should
probably put our best face forward.
Signed-off-by: Mike Rylander <mrylander@gmail.com>
(cherry picked from commit
bbc874ddb42ac05130ccfad92fc55ccebd6af882)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
<!--#include virtual='../footer.xml'-->
<center>
<div id='gcfPrompt' class='hide_me'>
- <script>dojo.require('dojo.cookie')</script>;
+ <script>dojo.require('dojo.cookie');</script>
<div><span>&common.googlechromeframe.why;</span></div>
<button onclick='CFInstall.check({preventPrompt: false, mode: "popup"});'>&common.googlechromeframe.install;</button>
<button onclick='dojo.cookie("noGCF", "true", {path:"/", expires: 365}); hideMe($("gcfPrompt"));'>&common.googlechromeframe.dontask;</button>