diff options
author | lpsolit%gmail.com <> | 2006-07-03 17:53:24 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-07-03 17:53:24 +0200 |
commit | 3d317ca092cec05ad9dcdd3815d74bedbd9f3412 (patch) | |
tree | 20e379143241aee23d4dc506623f302e68698613 /template/en/default/bug | |
parent | 1e087ef9416da23989f9134866586ea02df156da (diff) | |
download | bugzilla-3d317ca092cec05ad9dcdd3815d74bedbd9f3412.tar.gz bugzilla-3d317ca092cec05ad9dcdd3815d74bedbd9f3412.tar.xz |
Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by RĂ©mi Zara <remi_zara@mac.com> r=mkanat a=justdave
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/show.xml.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl index 1e35d8f36..a941ebc62 100644 --- a/template/en/default/bug/show.xml.tmpl +++ b/template/en/default/bug/show.xml.tmpl @@ -24,7 +24,7 @@ <?xml version="1.0" [% IF Param('utf8') %]encoding="UTF-8" [% END %]standalone="yes" ?> <!DOCTYPE bugzilla SYSTEM "[% Param('urlbase') %]bugzilla.dtd"> -<bugzilla version="[% VERSION %]" +<bugzilla version="[% constants.BUGZILLA_VERSION %]" urlbase="[% Param('urlbase') %]" maintainer="[% Param('maintainer') FILTER xml %]" [% IF user.id %] |