diff options
author | lpsolit%gmail.com <> | 2008-02-25 22:18:17 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-02-25 22:18:17 +0000 |
commit | d577f3010f794ee26ed79551337716e102203bd0 (patch) | |
tree | d0f878515f6584f2b298f8d3a78eeb29fcfac33c | |
parent | Bug 415676: Remove all mentions of landfill.bugzilla.org/ppm from the documen... (diff) | |
download | bugzilla-d577f3010f794ee26ed79551337716e102203bd0.tar.gz bugzilla-d577f3010f794ee26ed79551337716e102203bd0.tar.bz2 bugzilla-d577f3010f794ee26ed79551337716e102203bd0.zip |
Bug 419440: The Bugzilla version is not displayed in the welcome-admin page - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
-rw-r--r-- | template/en/default/welcome-admin.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/welcome-admin.html.tmpl b/template/en/default/welcome-admin.html.tmpl index 66ab72dfa..4152858cc 100644 --- a/template/en/default/welcome-admin.html.tmpl +++ b/template/en/default/welcome-admin.html.tmpl @@ -24,7 +24,7 @@ [% PROCESS global/header.html.tmpl title = title - h3 = "version $constants.BUGZILLA_VERSION" + header_addl_info = "version $constants.BUGZILLA_VERSION" style_urls = [ 'skins/standard/index.css' ] %] |