diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2018-06-18 13:34:02 +0200 |
---|---|---|
committer | Jakub Senko <jakubsenko@gmail.com> | 2018-06-18 13:34:02 +0200 |
commit | 4c3cb4bc5c9f4fafdac856c359ecb77838d6d36a (patch) | |
tree | 365625a676d04f307db35c147d98855da0dc6fa5 /phpBB/styles/prosilver/template/posting_smilies.html | |
parent | 02cbb864a5b6df62e978a69c368c8ec5ca35d8a3 (diff) | |
download | forums-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/posting_smilies.html')
-rw-r--r-- | phpBB/styles/prosilver/template/posting_smilies.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/posting_smilies.html b/phpBB/styles/prosilver/template/posting_smilies.html index 54e82a58bc..b5794d5aff 100644 --- a/phpBB/styles/prosilver/template/posting_smilies.html +++ b/phpBB/styles/prosilver/template/posting_smilies.html @@ -1,10 +1,8 @@ <!-- INCLUDE simple_header.html --> -<script type="text/javascript"> -// <![CDATA[ +<script> var form_name = opener.form_name; var text_name = opener.text_name; -// ]]> </script> <!-- INCLUDEJS {T_ASSETS_PATH}/javascript/editor.js --> |