]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
I forgot a minor fix on checkin for bug 330718 :)
authorlpsolit%gmail.com <>
Tue, 18 Apr 2006 03:41:03 +0000 (03:41 +0000)
committerlpsolit%gmail.com <>
Tue, 18 Apr 2006 03:41:03 +0000 (03:41 +0000)
template/en/default/bug/dependency-tree.html.tmpl

index 4b8c7c396013eebed6231ab5cd045d7b176c9d8c..ab17147df7e23207c848f53cf7f79a4e08baff60 100644 (file)
 
 [% 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 %]
 
 [%###########################################################################%]