From: jouni%heikniemi.net <> Date: Thu, 4 Jul 2002 18:21:00 +0000 (+0000) Subject: Bug 155343: header template interface comment correction: extra parameter renamed... X-Git-Tag: bugzilla-2.16~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3eec6cc3849cad07237bd9e5d688fb9337784248;p=thirdparty%2Fbugzilla.git Bug 155343: header template interface comment correction: extra parameter renamed to header_html. Note: the patch on the bug didn't apply cleanly to branch anymore; fixed manually. 2xr=bbaetz --- diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 915d4b43e2..5047ceb637 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -24,7 +24,7 @@ # title: string. Page title. # h1: string. Main page header. # h2: string. Page subheader. - # 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.