summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorjouni%heikniemi.net <>2002-07-04 20:16:02 +0200
committerjouni%heikniemi.net <>2002-07-04 20:16:02 +0200
commit5daa491dbbb1d678a45d2eea0d3bd63ddc309dd3 (patch)
treee17df7d83a0ec89cb1aefc5e1a808999ce920e75 /template
parent75737e467cad4d82c34f51103e33706af0bfa5ce (diff)
downloadbugzilla-5daa491dbbb1d678a45d2eea0d3bd63ddc309dd3.tar.gz
bugzilla-5daa491dbbb1d678a45d2eea0d3bd63ddc309dd3.tar.xz
Bug 155343: header template interface comment correction: extra parameter renamed to header_html.
2xr=bbaetz
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/header.html.tmpl2
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 74009ddec..a6fe70190 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -26,7 +26,7 @@
# h2: string. Page subheader.
# 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.
+ # header_html: string. Any other HTML to go inside the <head> tags.
# javascript: string. Javascript to go in the header.
# style: string. CSS style.
# style_urls: list. List of URLs to CSS style sheets.