diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2019-10-04 15:39:54 +0200 |
---|---|---|
committer | Jakub Senko <jakubsenko@gmail.com> | 2019-10-04 15:39:54 +0200 |
commit | 5c73f471f589c059e5127d3268746534bfb708bf (patch) | |
tree | d70039bab92d0e12a35fb5f3cb010d0496ace6de /phpBB/adm/style/simple_header.html | |
parent | 9217b85c68bbe18a4357a6ca187d2dda17fee803 (diff) | |
download | forums-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/simple_header.html')
-rw-r--r-- | phpBB/adm/style/simple_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/simple_header.html b/phpBB/adm/style/simple_header.html index 439645a211..a8a32bf768 100644 --- a/phpBB/adm/style/simple_header.html +++ b/phpBB/adm/style/simple_header.html @@ -9,7 +9,7 @@ <link href="style/admin.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" type="text/css" media="screen" /> -<script type="text/javascript"> +<script> // <![CDATA[ var jump_page = '{LA_JUMP_PAGE}{L_COLON}'; var on_page = '{CURRENT_PAGE}'; |