diff options
author | lpsolit%gmail.com <> | 2008-02-25 23:16:33 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-02-25 23:16:33 +0100 |
commit | f0dab615aa5a5dea7b6d8c53e333b8072d781d57 (patch) | |
tree | 22e182ecd6be3e8c48a2f94bb2d4604cb805855f /template/en/default | |
parent | 816eb1e9bd788b2b3468481281793639c824996d (diff) | |
download | bugzilla-f0dab615aa5a5dea7b6d8c53e333b8072d781d57.tar.gz bugzilla-f0dab615aa5a5dea7b6d8c53e333b8072d781d57.tar.xz |
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
Diffstat (limited to 'template/en/default')
-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 15f98e518..ff26fcbc9 100644 --- a/template/en/default/welcome-admin.html.tmpl +++ b/template/en/default/welcome-admin.html.tmpl @@ -23,7 +23,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' ] %] |