summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-04-18 05:41:03 +0200
committerlpsolit%gmail.com <>2006-04-18 05:41:03 +0200
commitbbfb3575d2ad4a06bc9bc0f92a50aa815ea51a09 (patch)
tree280884f097a832a9e42833b026f4c3da78e50321 /template
parentd8573c816018973c60316d955616c19ab803959a (diff)
downloadbugzilla-bbfb3575d2ad4a06bc9bc0f92a50aa815ea51a09.tar.gz
bugzilla-bbfb3575d2ad4a06bc9bc0f92a50aa815ea51a09.tar.xz
I forgot a minor fix on checkin for bug 330718 :)
Diffstat (limited to 'template')
-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 4b8c7c396..ab17147df 100644
--- a/template/en/default/bug/dependency-tree.html.tmpl
+++ b/template/en/default/bug/dependency-tree.html.tmpl
@@ -145,8 +145,8 @@
[% BLOCK buginfo %]
[% bug.bug_status FILTER html -%] [%+ bug.resolution FILTER html %];
- [%-%] assigned to [% bug.assigned_to.login FILTER html %];
- [%-%][% " Target: " _ bug.target_milestone IF bug.target_milestone %]
+ [%-%] assigned to [% bug.assigned_to.login FILTER html %]
+ [%-%][% "; Target: " _ bug.target_milestone IF bug.target_milestone %]
[% END %]
[%###########################################################################%]