summaryrefslogtreecommitdiffstats
path: root/bug_form.pl
diff options
context:
space:
mode:
authorbryce-mozilla%nextbus.com <>1999-07-09 08:06:46 +0200
committerbryce-mozilla%nextbus.com <>1999-07-09 08:06:46 +0200
commit564e96b043a8620ea45fd3498134d73abceed968 (patch)
treee4af35a21ea9459eb8dae846d9aa56e010923387 /bug_form.pl
parenta8701108553ed8afc490dbfa41ba78b03102b666 (diff)
downloadbugzilla-564e96b043a8620ea45fd3498134d73abceed968.tar.gz
bugzilla-564e96b043a8620ea45fd3498134d73abceed968.tar.xz
More tiny battles in the HTML syntax error war
Diffstat (limited to 'bug_form.pl')
-rw-r--r--bug_form.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bug_form.pl b/bug_form.pl
index 9a59ed94d..0e7ef80c0 100644
--- a/bug_form.pl
+++ b/bug_form.pl
@@ -421,7 +421,7 @@ if ($status eq "NEW" || $status eq "ASSIGNED" || $status eq "REOPENED") {
Resolve bug, mark it as duplicate of bug #
<INPUT NAME=dup_id SIZE=6 ONCHANGE=\"document.changeform.knob\[$knum\].checked=true\"><br>\n";
$knum++;
- my $assign_element = "<INPUT NAME=assigned_to SIZE=32 ONCHANGE=\"document.changeform.knob\[$knum\].checked=true\" VALUE=$bug{'assigned_to'}>";
+ my $assign_element = "<INPUT NAME=\"assigned_to\" SIZE=32 ONCHANGE=\"document.changeform.knob\[$knum\].checked=true\" VALUE=\"$bug{'assigned_to'}\">";
print "<INPUT TYPE=radio NAME=knob VALUE=reassign>
<A HREF=\"bug_status.html#assigned_to\">Reassign</A> bug to