diff options
author | myk%mozilla.org <> | 2002-07-03 06:40:30 +0200 |
---|---|---|
committer | myk%mozilla.org <> | 2002-07-03 06:40:30 +0200 |
commit | 3713224a2bd88ffda1a2bf2e207a36c560789e73 (patch) | |
tree | c6397be468070b77e6a40a96e20c2d06c4bc0ba9 | |
parent | aa7127c201ab8be7b6ba7f70767086c4fc6d1e44 (diff) | |
download | bugzilla-3713224a2bd88ffda1a2bf2e207a36c560789e73.tar.gz bugzilla-3713224a2bd88ffda1a2bf2e207a36c560789e73.tar.xz |
Fix for bug 149347: Corrects interface comment to refer to "javascript" parameter instead of "jscript" parameter.
2xr=jouni
-rw-r--r-- | template/en/default/global/header.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 56c16740b..74009ddec 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -27,7 +27,7 @@ # bgcolor: string. the page's background color ("#rrggbb"). # onload: string. JavaScript code to run when the page finishes loading. # extra: string. Any other HTML to go inside the <head> tags. - # jscript: string. Javascript to go in the header. + # javascript: string. Javascript to go in the header. # style: string. CSS style. # style_urls: list. List of URLs to CSS style sheets. # message: string. A message to display to the user. May contain HTML. |