diff options
| author | gerv%gerv.net <> | 2002-05-07 02:30:12 +0000 |
|---|---|---|
| committer | gerv%gerv.net <> | 2002-05-07 02:30:12 +0000 |
| commit | 003d71db7ff0edb38b8fd964824cb8323dc68d54 (patch) | |
| tree | 50974541a63006fc3d2f17da5cc42aa9bf2aa5e2 /template/en/default/bug | |
| parent | 6428fbf3f1f3cf3a1fd9fd2062836366ae2f388c (diff) | |
| download | bugs-003d71db7ff0edb38b8fd964824cb8323dc68d54.tar bugs-003d71db7ff0edb38b8fd964824cb8323dc68d54.tar.gz bugs-003d71db7ff0edb38b8fd964824cb8323dc68d54.tar.bz2 bugs-003d71db7ff0edb38b8fd964824cb8323dc68d54.tar.xz bugs-003d71db7ff0edb38b8fd964824cb8323dc68d54.zip | |
Bug 140993 - Pass javascript correctly into header; templatise the rest of the header-related parameters. Patch by gerv; r=bbaetz, caillon.
Diffstat (limited to 'template/en/default/bug')
| -rw-r--r-- | template/en/default/bug/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index e7abc1950..335c599ef 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -25,7 +25,7 @@ title = "Bug $bug.bug_id - $bug.short_desc" h1 = "Bugzilla Bug $bug.bug_id" h2 = filtered_desc - extra = navigation_links() + header_html = navigation_links() %] [% END %] |
