Fix for bug 236634: move colon out of anchor text in "Target
Milestone:" in show_bug. r=gerv, a=justdave. git-svn-id: svn://10.0.0.236/trunk@153624 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c04a8bb608
commit
346d2e21d2
@ -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" %]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user