summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/dependency-tree.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2004-02-03 06:57:28 +0100
committergerv%gerv.net <>2004-02-03 06:57:28 +0100
commit0ddb93f7e273ccca157cd87dc2f327a00e5846ed (patch)
tree6081c6e4e416fae40f23471317538dee2f4f51d9 /template/en/default/bug/dependency-tree.html.tmpl
parent24768fc13a1b5de340203450fbc217d8e28c1945 (diff)
downloadbugzilla-0ddb93f7e273ccca157cd87dc2f327a00e5846ed.tar.gz
bugzilla-0ddb93f7e273ccca157cd87dc2f327a00e5846ed.tar.xz
Bug 232413 - remove occurrences of &nbsp; in favour of [%+ construct to prevent whitespace chomping. Patch by gerv; r=kiko, a=justdave.
Diffstat (limited to 'template/en/default/bug/dependency-tree.html.tmpl')
-rw-r--r--template/en/default/bug/dependency-tree.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/bug/dependency-tree.html.tmpl b/template/en/default/bug/dependency-tree.html.tmpl
index fbb683265..7d32c8acc 100644
--- a/template/en/default/bug/dependency-tree.html.tmpl
+++ b/template/en/default/bug/dependency-tree.html.tmpl
@@ -38,7 +38,7 @@
[% ELSE %]
[% terms.Bugs %]
[% END %]
- that <a href="show_bug.cgi?id=[% bugid %]">[% terms.bug %]&nbsp;[% bugid %]</a>
+ that <a href="show_bug.cgi?id=[% bugid %]">[% terms.bug %] [%+ bugid %]</a>
depends on</h3>
[% IF dependson_ids.size > 0 %]
(
@@ -60,7 +60,7 @@
[% ELSE %]
[% terms.Bugs %]
[% END %]
- that <a href="show_bug.cgi?id=[% bugid %]">[% terms.bug %]&nbsp;[% bugid %]</a>
+ that <a href="show_bug.cgi?id=[% bugid %]">[% terms.bug %] [%+ bugid %]</a>
blocks</h3>
[% IF blocked_ids.size > 0 %]
(