From f0dab615aa5a5dea7b6d8c53e333b8072d781d57 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 25 Feb 2008 22:16:33 +0000 Subject: [PATCH] =?utf8?q?Bug=20419440:=20The=20Bugzilla=20version=20is=20?= =?utf8?q?not=20displayed=20in=20the=20welcome-admin=20page=20-=20Patch=20?= =?utf8?q?by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r=3Dwurblzap=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- template/en/default/welcome-admin.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/en/default/welcome-admin.html.tmpl b/template/en/default/welcome-admin.html.tmpl index 15f98e5184..ff26fcbc9f 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' ] %] -- 2.47.2