summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorkiko%async.com.br <>2004-03-07 00:28:44 +0100
committerkiko%async.com.br <>2004-03-07 00:28:44 +0100
commit80e46a69e752bbc79bf27ceb0967e73af35d365a (patch)
tree033e6f6f3647fa08a52023af31db7338809fa102 /template
parent8189dca10fbc48ff3174843ba47a109da1d4a403 (diff)
downloadbugzilla-80e46a69e752bbc79bf27ceb0967e73af35d365a.tar.gz
bugzilla-80e46a69e752bbc79bf27ceb0967e73af35d365a.tar.xz
Fix for bug 236634: move colon out of anchor text in "Target
Milestone:" in show_bug. r=gerv, a=justdave.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/edit.html.tmpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index e912196ca..f24dce62f 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -253,8 +253,7 @@
[% 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" %]