diff options
author | bbaetz%student.usyd.edu.au <> | 2002-12-03 18:44:38 +0100 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-12-03 18:44:38 +0100 |
commit | 179d6c8d7140d7ca710759ec35de00abcc646c4f (patch) | |
tree | 470d1600a8af79ba01bc17dccb980998f32be1ea /template | |
parent | 26b0bc8a1668e4f05b32ab16c7eaf363edc4432e (diff) | |
download | bugzilla-179d6c8d7140d7ca710759ec35de00abcc646c4f.tar.gz bugzilla-179d6c8d7140d7ca710759ec35de00abcc646c4f.tar.xz |
Bug 182946 - fix regressions from bug 171493
(Bug.pm/show_bug.cgi/bug_form.pl reorg)
r,a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 56483a779..fec8d122e 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -185,7 +185,7 @@ [% IF bug.milestoneurl %] <a href="[% bug.milestoneurl FILTER html %]"> [% END %] - <u>T</u>arget Milestone</a>: + <u>T</u>arget Milestone: [% "</a>" IF bug.milestoneurl %] </b> </td> @@ -504,7 +504,7 @@ <input type="radio" name="knob" value="reassign"> <a href="bug_status.html#assigned_to">Reassign</a> bug to <input name="assigned_to" size="32" - onchange="if ((this.value != '[% bug.assigned_to_email FILTER js %]') && + onchange="if ((this.value != '[% bug.assigned_to.email FILTER js %]') && (this.value != '')) { document.changeform.knob[[% knum %]].checked=true; }" |