1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/16083] Remove type=text/javascript

PHPBB3-16083
This commit is contained in:
Jakub Senko
2019-10-04 15:39:54 +02:00
parent 9217b85c68
commit 5c73f471f5
21 changed files with 34 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
<!-- INCLUDE simple_header.html -->
<script type="text/javascript">
<script>
// <![CDATA[
/**
* Close previously opened popup
@@ -31,7 +31,7 @@
<p>{L_PROGRESS_EXPLAIN}</p>
</div>
<script type="text/javascript">
<script>
// <![CDATA[
close_popup();
// ]]>