From: lpsolit%gmail.com <> Date: Tue, 18 Apr 2006 03:41:03 +0000 (+0000) Subject: I forgot a minor fix on checkin for bug 330718 :) X-Git-Tag: bugzilla-2.23.1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbfb3575d2ad4a06bc9bc0f92a50aa815ea51a09;p=thirdparty%2Fbugzilla.git I forgot a minor fix on checkin for bug 330718 :) --- diff --git a/template/en/default/bug/dependency-tree.html.tmpl b/template/en/default/bug/dependency-tree.html.tmpl index 4b8c7c3960..ab17147df7 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 %] [%###########################################################################%]