Commit bbfb3575 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

I forgot a minor fix on checkin for bug 330718 :)

parent d8573c81
......@@ -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 %]
[%###########################################################################%]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment