diff options
12 files changed, 15 insertions, 15 deletions
diff --git a/phpBB/adm/style/acp_permission_roles.html b/phpBB/adm/style/acp_permission_roles.html index 724ae67f47..222e1265bf 100644 --- a/phpBB/adm/style/acp_permission_roles.html +++ b/phpBB/adm/style/acp_permission_roles.html @@ -20,7 +20,7 @@ //--> </script> - <script language="javascript" type="text/javascript" src="style/permissions.js"></script> + <script type="text/javascript" src="style/permissions.js"></script> <a href="{U_BACK}" style="float: right">« {L_BACK}</a> diff --git a/phpBB/adm/style/permission_mask.html b/phpBB/adm/style/permission_mask.html index dd0b7a8e17..b3a18093bb 100644 --- a/phpBB/adm/style/permission_mask.html +++ b/phpBB/adm/style/permission_mask.html @@ -14,7 +14,7 @@ <!-- ENDIF --> //--> </script> -<script language="javascript" type="text/javascript" src="style/permissions.js"></script> +<script type="text/javascript" src="style/permissions.js"></script> <!-- BEGIN p_mask --> diff --git a/phpBB/styles/subSilver/template/attachment.html b/phpBB/styles/subSilver/template/attachment.html index cac901a739..daa2bacdef 100644 --- a/phpBB/styles/subSilver/template/attachment.html +++ b/phpBB/styles/subSilver/template/attachment.html @@ -89,7 +89,7 @@ <embed name="ctrls_{_file.ATTACH_ID}" type="audio/x-pn-realaudio-plugin" width="200" height="36" controls="ControlPanel" console="ctrls_{_file.ATTACH_ID}"></embed> </object> - <script language="Javascript"> + <script type="text/javascript"> <!-- if (document.rmstream_{_file.ATTACH_ID}.GetClipWidth) { diff --git a/phpBB/styles/subSilver/template/memberlist_email.html b/phpBB/styles/subSilver/template/memberlist_email.html index 4f514e6a7d..40cbed9377 100644 --- a/phpBB/styles/subSilver/template/memberlist_email.html +++ b/phpBB/styles/subSilver/template/memberlist_email.html @@ -1,6 +1,6 @@ <!-- INCLUDE overall_header.html --> -<script language="JavaScript" type="text/javascript"> +<script type="text/javascript"> <!-- function checkForm(formObj) diff --git a/phpBB/styles/subSilver/template/memberlist_im.html b/phpBB/styles/subSilver/template/memberlist_im.html index e4be79a200..91402a04ea 100644 --- a/phpBB/styles/subSilver/template/memberlist_im.html +++ b/phpBB/styles/subSilver/template/memberlist_im.html @@ -30,7 +30,7 @@ <tr> <td class="row1" colspan="2" align="center"> <object classid="clsid:B69003B3-C55E-4B48-836C-BC5946FC3B28" codetype="application/x-oleobject" id="objMessengerApp" width="0" height="0"></object> - <script language="javascript" type="text/javascript"> + <script type="text/javascript"> <!-- var app = document.getElementById('objMessengerApp'); diff --git a/phpBB/styles/subSilver/template/posting_body.html b/phpBB/styles/subSilver/template/posting_body.html index 3ccfff0a82..553920adb8 100644 --- a/phpBB/styles/subSilver/template/posting_body.html +++ b/phpBB/styles/subSilver/template/posting_body.html @@ -200,7 +200,7 @@ <!-- ENDIF --> </td> <td class="row2" valign="top"> - <script language="javascript" type="text/javascript"> + <script type="text/javascript"> <!-- var form_name = 'post'; diff --git a/phpBB/styles/subSilver/template/posting_buttons.html b/phpBB/styles/subSilver/template/posting_buttons.html index f3cf518d69..5fb103beda 100644 --- a/phpBB/styles/subSilver/template/posting_buttons.html +++ b/phpBB/styles/subSilver/template/posting_buttons.html @@ -1,6 +1,6 @@ <tr valign="middle" align="left"> <td colspan="2"> - <script language="javascript" type="text/javascript"> + <script type="text/javascript"> <!-- // Define the bbCode tags @@ -46,7 +46,7 @@ //--> </script> - <script language="javascript" type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script> + <script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script> <input type="button" class="btnbbcode" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px;" onclick="bbstyle(0)" onmouseover="helpline('b')" onmouseout="helpline('tip')" /> diff --git a/phpBB/styles/subSilver/template/posting_progress_bar.html b/phpBB/styles/subSilver/template/posting_progress_bar.html index 7a1489b6ec..d8b1c833bf 100644 --- a/phpBB/styles/subSilver/template/posting_progress_bar.html +++ b/phpBB/styles/subSilver/template/posting_progress_bar.html @@ -1,4 +1,4 @@ -<script language="javascript" type="text/javascript"> +<script type="text/javascript"> <!-- /** * Close upload popup @@ -39,7 +39,7 @@ <!-- INCLUDE simple_footer.html --> -<script language="javascript" type="text/javascript"> +<script type="text/javascript"> <!-- close_popup(); //--> diff --git a/phpBB/styles/subSilver/template/posting_smilies.html b/phpBB/styles/subSilver/template/posting_smilies.html index 42a58d1153..960e6a23b4 100644 --- a/phpBB/styles/subSilver/template/posting_smilies.html +++ b/phpBB/styles/subSilver/template/posting_smilies.html @@ -1,13 +1,13 @@ <!-- INCLUDE simple_header.html --> -<script language="javascript" type="text/javascript"> +<script type="text/javascript"> <!-- var form_name = 'post'; var text_name = 'message'; //--> </script> -<script language="javascript" type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script> +<script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script> <table width="100%" cellspacing="1" cellpadding="4" border="0"> <tr> diff --git a/phpBB/styles/subSilver/template/ucp_main_drafts.html b/phpBB/styles/subSilver/template/ucp_main_drafts.html index 4e820acd0d..05c72a4181 100644 --- a/phpBB/styles/subSilver/template/ucp_main_drafts.html +++ b/phpBB/styles/subSilver/template/ucp_main_drafts.html @@ -60,7 +60,7 @@ <tr> <td class="row1" width="22%"><b class="genmed">{L_MESSAGE}: </b><br /><span class="gensmall">{L_EDIT_DRAFT_EXPLAIN}</span></td> <td class="row2"> - <script language="javascript" type="text/javascript"> + <script type="text/javascript"> <!-- var form_name = 'ucp'; diff --git a/phpBB/styles/subSilver/template/ucp_pm_popup.html b/phpBB/styles/subSilver/template/ucp_pm_popup.html index 6b13b186f7..ee49eb2a6b 100644 --- a/phpBB/styles/subSilver/template/ucp_pm_popup.html +++ b/phpBB/styles/subSilver/template/ucp_pm_popup.html @@ -1,6 +1,6 @@ <!-- INCLUDE simple_header.html --> -<script language="javascript" type="text/javascript"> +<script type="text/javascript"> <!-- /** * Jump to inbox diff --git a/phpBB/styles/subSilver/template/ucp_profile_signature.html b/phpBB/styles/subSilver/template/ucp_profile_signature.html index be01f098e9..b387723b04 100644 --- a/phpBB/styles/subSilver/template/ucp_profile_signature.html +++ b/phpBB/styles/subSilver/template/ucp_profile_signature.html @@ -17,7 +17,7 @@ <tr> <td colspan="2" class="row2"> - <script language="javascript" type="text/javascript"> + <script type="text/javascript"> <!-- var form_name = 'ucp'; var text_name = 'signature'; |