summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-06-26 22:59:30 +0200
committerGitHub <noreply@github.com>2018-06-26 22:59:30 +0200
commitde80a6c015fb0d63040a111288be26b2118684a4 (patch)
tree7829af10f8a3b844c8f7ab0018194c170f41bd4e /template
parenta685e15218fbe7d26015a579c96caf7de783732d (diff)
downloadbugzilla-de80a6c015fb0d63040a111288be26b2118684a4.tar.gz
bugzilla-de80a6c015fb0d63040a111288be26b2118684a4.tar.xz
Revert "Bug 1468848 - Change presentation of show_bug.cgi urls to be /bug/ID or /bug/ALIAS."
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/header.html.tmpl1
-rw-r--r--template/en/default/setup/strings.txt.pl4
2 files changed, 0 insertions, 5 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index 492d70a24..153137394 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -137,7 +137,6 @@
<meta name="viewport" content="width=1024">
<meta name="generator" content="[% terms.Bugzilla _ " " _ constants.BUGZILLA_VERSION FILTER html %]">
- <base href="[% urlbase FILTER html %]">
<meta name="bugzilla-global" content="dummy"
id="bugzilla-global" data-bugzilla="[% json_encode(js_BUGZILLA) FILTER html %]">
<title>[% title %]</title>
diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl
index fe375400d..8726a8b13 100644
--- a/template/en/default/setup/strings.txt.pl
+++ b/template/en/default/setup/strings.txt.pl
@@ -231,10 +231,6 @@ END
localconfig_urlbase => <<'END',
The URL that is the common initial leading part of all URLs.
END
- localconfig_canonical_urlbase => <<'END',
-The URL that is the canonical initial leading part of all URLs.
-This will be the production url for a dev site, for instance.
-END
localconfig_use_suexec => <<'END',
Set this to 1 if Bugzilla runs in an Apache SuexecUserGroup environment.