From 7122e26142d938e9674d3381b3948e3f2b3939b4 Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" Date: Tue, 2 Jul 2002 21:40:30 +0000 Subject: [PATCH] Fix for bug 149347: Corrects interface comment to refer to "javascript" parameter instead of "jscript" parameter. 2xr=jouni git-svn-id: svn://10.0.0.236/trunk@124535 18797224-902f-48f8-a5cc-f745e15eee43 --- .../bugzilla/template/en/default/global/header.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/template/en/default/global/header.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/global/header.html.tmpl index 56c16740b3d..74009ddec6b 100644 --- a/mozilla/webtools/bugzilla/template/en/default/global/header.html.tmpl +++ b/mozilla/webtools/bugzilla/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 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.