aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/installer_footer.html
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2019-10-04 15:39:54 +0200
committerJakub Senko <jakubsenko@gmail.com>2019-10-04 15:39:54 +0200
commit5c73f471f589c059e5127d3268746534bfb708bf (patch)
treed70039bab92d0e12a35fb5f3cb010d0496ace6de /phpBB/adm/style/installer_footer.html
parent9217b85c68bbe18a4357a6ca187d2dda17fee803 (diff)
downloadforums-5c73f471f589c059e5127d3268746534bfb708bf.tar
forums-5c73f471f589c059e5127d3268746534bfb708bf.tar.gz
forums-5c73f471f589c059e5127d3268746534bfb708bf.tar.bz2
forums-5c73f471f589c059e5127d3268746534bfb708bf.tar.xz
forums-5c73f471f589c059e5127d3268746534bfb708bf.zip
[ticket/16083] Remove type=text/javascript
PHPBB3-16083
Diffstat (limited to 'phpBB/adm/style/installer_footer.html')
-rw-r--r--phpBB/adm/style/installer_footer.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/adm/style/installer_footer.html b/phpBB/adm/style/installer_footer.html
index 54e6951a12..8b3b04d8a5 100644
--- a/phpBB/adm/style/installer_footer.html
+++ b/phpBB/adm/style/installer_footer.html
@@ -13,7 +13,7 @@
</div>
</div>
-<script type="text/javascript">
+<script>
<!--
installLang = {
title: '{LA_TIMEOUT_DETECTED_TITLE}',
@@ -22,9 +22,9 @@ installLang = {
//-->
</script>
-<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">\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">\x3C/script>');</script><!-- ENDIF -->
+<script src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
<!-- INCLUDEJS admin.js -->
{$SCRIPTS}