From: jouni%heikniemi.net <> Date: Thu, 4 Jul 2002 18:16:02 +0000 (+0000) Subject: Bug 155343: header template interface comment correction: extra parameter renamed... X-Git-Tag: bugzilla-2.17.1~280 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5daa491dbbb1d678a45d2eea0d3bd63ddc309dd3;p=thirdparty%2Fbugzilla.git Bug 155343: header template interface comment correction: extra parameter renamed to header_html. 2xr=bbaetz --- diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 74009ddec6..a6fe701903 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 tags. + # header_html: string. Any other HTML to go inside the tags. # javascript: string. Javascript to go in the header. # style: string. CSS style. # style_urls: list. List of URLs to CSS style sheets.