Patch suggested by Jason Boyer for LP#788601
authorMike Rylander <mrylander@gmail.com>
Thu, 26 May 2011 20:03:39 +0000 (16:03 -0400)
committerMike Rylander <mrylander@gmail.com>
Thu, 26 May 2011 20:05:54 +0000 (16:05 -0400)
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>
Open-ILS/web/opac/skin/default/xml/home/index_body.xml

index 9a37c8b..574af3b 100644 (file)
@@ -24,7 +24,7 @@
        <!--#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>