diff options
-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 8a3a6082c..54e1cdb7a 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -297,7 +297,7 @@ [% BLOCK section_status %] <tr> <th class="field_label"> - <a href="page.cgi?id=fields.html#status">Status</a>: + <a href="page.cgi?id=fields.html#bug_status">Status</a>: </th> <td id="bz_field_status"> <span id="static_bug_status"> @@ -1105,7 +1105,7 @@ class="status" cellspacing="0" cellpadding="0"> <tr> <th class="field_label"> - <a href="page.cgi?id=fields.html#status">Status</a>: + <a href="page.cgi?id=fields.html#bug_status">Status</a>: </th> <td> [% PROCESS bug/knob.html.tmpl %] |