summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-05-11 05:56:55 +0200
committerlpsolit%gmail.com <>2005-05-11 05:56:55 +0200
commit03e8bd48a9f331feb4f7de50571484596b2df599 (patch)
tree32e7f49e6432d56324a27346e0211f4838db0ea1 /template
parenta32c764ba4f84270e5730e643d099b46313e071a (diff)
downloadbugzilla-03e8bd48a9f331feb4f7de50571484596b2df599.tar.gz
bugzilla-03e8bd48a9f331feb4f7de50571484596b2df599.tar.xz
Bug 292609: Dependency tree: add a space before the bug summary - Patch by mc <magicdice@hotmail.com> r=kiko a=myk
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/dependency-tree.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/dependency-tree.html.tmpl b/template/en/default/bug/dependency-tree.html.tmpl
index 43425e1f0..c2e194f7f 100644
--- a/template/en/default/bug/dependency-tree.html.tmpl
+++ b/template/en/default/bug/dependency-tree.html.tmpl
@@ -99,7 +99,7 @@
[% IF dep.seen %]
<i>This [% terms.bug %] appears elsewhere in this tree.</i></a>
[% ELSE %]
- [% dep.summary FILTER html %].</a>
+ [%+ dep.summary FILTER html %].</a>
[% END %]
[% END %]
[% INCLUDE display_tree bug_id=dep_id