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/acp_ranks.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/acp_ranks.html')
-rw-r--r-- | phpBB/adm/style/acp_ranks.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_ranks.html b/phpBB/adm/style/acp_ranks.html index e67c9acd80..d373657114 100644 --- a/phpBB/adm/style/acp_ranks.html +++ b/phpBB/adm/style/acp_ranks.html @@ -6,7 +6,7 @@ <a href="{U_BACK}" style="float: {S_CONTENT_FLOW_END};">« {L_BACK}</a> - <script type="text/javascript"> + <script> // <![CDATA[ function update_image(newimage) { |