]> 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:16:33 +0000 (22:16 +0000)
committerlpsolit%gmail.com <>
Mon, 25 Feb 2008 22:16:33 +0000 (22:16 +0000)
template/en/default/welcome-admin.html.tmpl

index 15f98e51848c6cbbcb41a30c1619cd0e92ea647c..ff26fcbc9f1391d74bab5f6033ac13916f87289a 100644 (file)
@@ -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' ]
 %]