]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 236634: move colon out of anchor text in "Target
authorkiko%async.com.br <>
Sat, 6 Mar 2004 23:28:44 +0000 (23:28 +0000)
committerkiko%async.com.br <>
Sat, 6 Mar 2004 23:28:44 +0000 (23:28 +0000)
Milestone:" in show_bug. r=gerv, a=justdave.

template/en/default/bug/edit.html.tmpl

index e912196ca48f750a6ba7dd0f4ef8047df47a2c09..f24dce62fb9e49565a7186122c96fbe6c11aacf9 100644 (file)
             [% IF bug.milestoneurl %]
               <a href="[% bug.milestoneurl FILTER html %]">
             [% END %]
-            <u>T</u>arget Milestone:
-            [% "</a>" IF bug.milestoneurl %]
+            <u>T</u>arget Milestone[% "</a>" IF bug.milestoneurl %]:
           </b>
         </td>
         [% PROCESS select selname = "target_milestone" accesskey => "t" %]