From: myk%mozilla.org <> Date: Wed, 3 Jul 2002 04:40:30 +0000 (+0000) Subject: Fix for bug 149347: Corrects interface comment to refer to "javascript" parameter... X-Git-Tag: bugzilla-2.17.1~287 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3713224a2bd88ffda1a2bf2e207a36c560789e73;p=thirdparty%2Fbugzilla.git Fix for bug 149347: Corrects interface comment to refer to "javascript" parameter instead of "jscript" parameter. 2xr=jouni --- diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 56c16740b3..74009ddec6 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 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.