aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/simple_footer.html
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2018-06-18 13:34:02 +0200
committerJakub Senko <jakubsenko@gmail.com>2018-06-18 13:34:02 +0200
commit4c3cb4bc5c9f4fafdac856c359ecb77838d6d36a (patch)
tree365625a676d04f307db35c147d98855da0dc6fa5 /phpBB/styles/prosilver/template/simple_footer.html
parent02cbb864a5b6df62e978a69c368c8ec5ca35d8a3 (diff)
downloadforums-4c3cb4bc5c9f4fafdac856c359ecb77838d6d36a.tar
forums-4c3cb4bc5c9f4fafdac856c359ecb77838d6d36a.tar.gz
forums-4c3cb4bc5c9f4fafdac856c359ecb77838d6d36a.tar.bz2
forums-4c3cb4bc5c9f4fafdac856c359ecb77838d6d36a.tar.xz
forums-4c3cb4bc5c9f4fafdac856c359ecb77838d6d36a.zip
[ticket/13043] Improve HTML5
PHPBB3-13043
Diffstat (limited to 'phpBB/styles/prosilver/template/simple_footer.html')
-rw-r--r--phpBB/styles/prosilver/template/simple_footer.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/simple_footer.html b/phpBB/styles/prosilver/template/simple_footer.html
index 614c137835..907ddd97ba 100644
--- a/phpBB/styles/prosilver/template/simple_footer.html
+++ b/phpBB/styles/prosilver/template/simple_footer.html
@@ -24,9 +24,9 @@
</div>
</div>
-<script type="text/javascript" src="{T_JQUERY_LINK}"></script>
-<!-- IF S_ALLOW_CDN --><script type="text/javascript">window.jQuery || document.write('\x3Cscript src="{T_ASSETS_PATH}/javascript/jquery.min.js?assets_version={T_ASSETS_VERSION}">\x3C/script>');</script><!-- ENDIF -->
-<script type="text/javascript" src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
+<script src="{T_JQUERY_LINK}"></script>
+<!-- IF S_ALLOW_CDN --><script>window.jQuery || document.write('\x3Cscript src="{T_ASSETS_PATH}/javascript/jquery.min.js?assets_version={T_ASSETS_VERSION}">\x3C/script>');</script><!-- ENDIF -->
+<script src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
<!-- INCLUDEJS forum_fn.js -->
<!-- INCLUDEJS ajax.js -->