diff options
author | bugreport%peshkin.net <> | 2005-02-26 00:27:24 +0100 |
---|---|---|
committer | bugreport%peshkin.net <> | 2005-02-26 00:27:24 +0100 |
commit | 9eebc260a41390387e7f5c9effe52855af297364 (patch) | |
tree | f39f159546c63bd51e1144d130519a88091f04fd /template/en/default/attachment | |
parent | 04eec747666f354fc710afd9e7d48d4c1e17b5b2 (diff) | |
download | bugzilla-9eebc260a41390387e7f5c9effe52855af297364.tar.gz bugzilla-9eebc260a41390387e7f5c9effe52855af297364.tar.xz |
Bug 282999 remove Javascript LANGUAGE attribute in all files
Patch by Anne van Kesteren <bug@annevankesteren.nl>
r=LpSolit,a=myk
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r-- | template/en/default/attachment/diff-file.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/attachment/diff-header.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/attachment/edit.html.tmpl | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/attachment/diff-file.html.tmpl b/template/en/default/attachment/diff-file.html.tmpl index 11fdc6136..cd54ab3ca 100644 --- a/template/en/default/attachment/diff-file.html.tmpl +++ b/template/en/default/attachment/diff-file.html.tmpl @@ -42,7 +42,7 @@ [% END %] [% END %] </td></tr></thead><tbody class="[% collapsed ? 'file_collapse' : 'file' %]"> -<script type="application/x-javascript" language="JavaScript"> +<script type="text/javascript"> incremental_restore() </script> diff --git a/template/en/default/attachment/diff-header.html.tmpl b/template/en/default/attachment/diff-header.html.tmpl index f6fb807a8..8c9201999 100644 --- a/template/en/default/attachment/diff-header.html.tmpl +++ b/template/en/default/attachment/diff-header.html.tmpl @@ -229,7 +229,7 @@ tbody.file pre:empty { <style type="text/css"> [% style %] </style> - <script type="text/javascript" language="JavaScript"> + <script type="text/javascript"> <!-- [% javascript %] --> diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index eaf098907..e46d5e552 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -40,7 +40,7 @@ " %] -<script type="application/x-javascript" language="JavaScript"> +<script type="text/javascript"> <!-- var prev_mode = 'raw'; var current_mode = 'raw'; @@ -251,7 +251,7 @@ <b>You cannot view the attachment while editing it because your browser does not support IFRAMEs. <a href="attachment.cgi?id=[% attachid %]">View the attachment on a separate page</a>.</b> </iframe> - <script type="application/x-javascript" language="JavaScript"> + <script type="text/javascript"> <!-- if (typeof document.getElementById == "function") { [% IF patchviewerinstalled %] |