]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 419440: The Bugzilla version is not displayed in the welcome-admin page - Patch...
authorlpsolit%gmail.com <>
Mon, 25 Feb 2008 22:18:17 +0000 (22:18 +0000)
committerlpsolit%gmail.com <>
Mon, 25 Feb 2008 22:18:17 +0000 (22:18 +0000)
template/en/default/welcome-admin.html.tmpl

index 66ab72dfa22074d2ce1b98094fd4d95ac5c07b1f..4152858ccea540afaf43d45f57347cb06f046093 100644 (file)
@@ -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' ]
 %]