diff options
author | kiko%async.com.br <> | 2004-03-06 23:28:44 +0000 |
---|---|---|
committer | kiko%async.com.br <> | 2004-03-06 23:28:44 +0000 |
commit | 80e46a69e752bbc79bf27ceb0967e73af35d365a (patch) | |
tree | 033e6f6f3647fa08a52023af31db7338809fa102 | |
parent | 8189dca10fbc48ff3174843ba47a109da1d4a403 (diff) | |
download | bugs-80e46a69e752bbc79bf27ceb0967e73af35d365a.tar bugs-80e46a69e752bbc79bf27ceb0967e73af35d365a.tar.gz bugs-80e46a69e752bbc79bf27ceb0967e73af35d365a.tar.bz2 bugs-80e46a69e752bbc79bf27ceb0967e73af35d365a.tar.xz bugs-80e46a69e752bbc79bf27ceb0967e73af35d365a.zip |
Fix for bug 236634: move colon out of anchor text in "Target
Milestone:" in show_bug. r=gerv, a=justdave.
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 3 |
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" %] |