From bf57c6feb68b87edd02b8a0491fa946d42804a6b Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Tue, 16 Oct 2018 13:52:15 -0400 Subject: [PATCH] Bug 1497077 followup - Convert links to absolute path --- template/en/default/admin/params/query.html.tmpl | 6 +++--- template/en/default/bug/dependency-graph.html.tmpl | 2 +- template/en/default/bug/dependency-tree.html.tmpl | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/template/en/default/admin/params/query.html.tmpl b/template/en/default/admin/params/query.html.tmpl index 255c75a6b..3e9e6f2e4 100644 --- a/template/en/default/admin/params/query.html.tmpl +++ b/template/en/default/admin/params/query.html.tmpl @@ -40,9 +40,9 @@ ", mostfreqthreshold => "The minimum number of duplicates $terms.abug needs to show up on the " _ - "most frequently reported $terms.bugs page. " _ - "If you have a large database and this page takes a long time to " _ - "load, try increasing this number.", + "most frequently reported " _ + "$terms.bugs page. If you have a large database and this page takes a " _ + "long time to load, try increasing this number.", mybugstemplate => "This is the URL to use to bring up a simple 'all of my $terms.bugs' " _ "list for a user. %userid% will get replaced with the login name of a user.", diff --git a/template/en/default/bug/dependency-graph.html.tmpl b/template/en/default/bug/dependency-graph.html.tmpl index c9d062797..c87b0e0ca 100644 --- a/template/en/default/bug/dependency-graph.html.tmpl +++ b/template/en/default/bug/dependency-graph.html.tmpl @@ -39,7 +39,7 @@ [% IF NOT multiple_bugs %] [% filtered_desc = short_desc FILTER html %] [% title = "$title for $terms.bug $bug_id" - header = "$header for $terms.bug $bug_id" + header = "$header for $terms.bug $bug_id" subheader = filtered_desc %] [% END %] diff --git a/template/en/default/bug/dependency-tree.html.tmpl b/template/en/default/bug/dependency-tree.html.tmpl index 97b9394d7..06955e1bb 100644 --- a/template/en/default/bug/dependency-tree.html.tmpl +++ b/template/en/default/bug/dependency-tree.html.tmpl @@ -27,7 +27,7 @@ [% PROCESS global/header.html.tmpl title = "Dependency tree for $terms.Bug $bugid" header = "Dependency tree for - $terms.Bug $bugid" + $terms.Bug $bugid" javascript_urls = ["js/expanding-tree.js"] style_urls = ["skins/standard/dependency-tree.css"] subheader = filtered_desc -- 2.47.3