aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/overall_footer.html
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2011-09-26 20:21:14 -0700
committerMatt Friedman <maf675@gmail.com>2011-09-27 11:11:42 -0700
commit2a28b6fc401e4481a3a4eb6085b45b9bd7746f43 (patch)
tree60c925c7485da95adc5a5aa3c0f820a1da116ccd /phpBB/adm/style/overall_footer.html
parentc6a2d81bd359711aeb9dc36478977e779d3bdfe9 (diff)
downloadforums-2a28b6fc401e4481a3a4eb6085b45b9bd7746f43.tar
forums-2a28b6fc401e4481a3a4eb6085b45b9bd7746f43.tar.gz
forums-2a28b6fc401e4481a3a4eb6085b45b9bd7746f43.tar.bz2
forums-2a28b6fc401e4481a3a4eb6085b45b9bd7746f43.tar.xz
forums-2a28b6fc401e4481a3a4eb6085b45b9bd7746f43.zip
[ticket/10390] Use simpler HTML5 compliant js for the jQuery fallback
HTML5 styles (ACP / Prosilver) do not need to use escaped javascript wrapped in an unescape function, so we can simplify it! Only subsilver2 will use the escaped version of the fallback code, because it is still XHTML. PHPBB3-10390
Diffstat (limited to 'phpBB/adm/style/overall_footer.html')
-rw-r--r--phpBB/adm/style/overall_footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/overall_footer.html b/phpBB/adm/style/overall_footer.html
index f05e9c56c5..a190b2299a 100644
--- a/phpBB/adm/style/overall_footer.html
+++ b/phpBB/adm/style/overall_footer.html
@@ -21,7 +21,7 @@
</div>
<script type="text/javascript" src="{T_JQUERY_LINK}"></script>
-<!-- IF S_JQUERY_FALLBACK --><script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript src="{T_ASSETS_PATH}/javascript/jquery.js" type="text/javascript"%3E%3C/script%3E'));</script><!-- ENDIF -->
+<!-- IF S_JQUERY_FALLBACK --><script type="text/javascript">window.jQuery || document.write('<script src="{T_ASSETS_PATH}/javascript/jquery.js"><\/script>')</script><!-- ENDIF -->
</body>
</html>