diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-10-09 00:15:07 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-10-09 00:15:07 +0200 |
commit | 510928dff97d0f9dc8c54c89f51c8c1464ca86f5 (patch) | |
tree | 65089c79597b1384fc3788e0ed22efb9124062b9 /template/en | |
parent | b4dd86eb09e3a42cad9deca900c5f40e2016d1b4 (diff) | |
download | bugzilla-510928dff97d0f9dc8c54c89f51c8c1464ca86f5.tar.gz bugzilla-510928dff97d0f9dc8c54c89f51c8c1464ca86f5.tar.xz |
Bug 1497070 - In-page links are broken due to <base href> added during Mojo migration
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 1cb46a07a..c7d73fe85 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -98,7 +98,6 @@ <meta charset="UTF-8"> [% END %] [% USE Bugzilla %] - <base href="[% urlbase FILTER html %]"> [% IF Bugzilla.cgi.should_block_referrer %] <meta name="referrer" content="origin"> |