summaryrefslogtreecommitdiffstats
path: root/template/en/default/index.html.tmpl
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-05-31 23:48:17 +0200
committerDylan William Hardison <dylan@hardison.net>2017-05-31 23:48:38 +0200
commit970190150a40d4bd574a1a84ac640ec44318869e (patch)
tree2b2209df631cbd1361564c68b955ee4a72f59ddb /template/en/default/index.html.tmpl
parent5d6b04229f82bd33883c4dbc18b6050410aeae33 (diff)
downloadbugzilla-970190150a40d4bd574a1a84ac640ec44318869e.tar.gz
bugzilla-970190150a40d4bd574a1a84ac640ec44318869e.tar.xz
Bug 1365734 - Handle BMO version number in Makefile.PL / MYMETA.json
Diffstat (limited to 'template/en/default/index.html.tmpl')
-rw-r--r--template/en/default/index.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl
index c79be57ca..70c3d7f3e 100644
--- a/template/en/default/index.html.tmpl
+++ b/template/en/default/index.html.tmpl
@@ -28,7 +28,7 @@
[% PROCESS global/header.html.tmpl
title = "$terms.Bugzilla Main Page"
header = "Main Page"
- header_addl_info = "version " _ (Bugzilla.params.bugzilla_version || constants.BUGZILLA_VERSION)
+ header_addl_info = "version " _ bugzilla_version
style_urls = [ 'skins/standard/index.css' ]
no_yui = 1
%]