summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
diff options
context:
space:
mode:
authorGordon P. Hemsley <gphemsley@gmail.com>2010-02-17 22:55:21 +0100
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-02-17 22:55:21 +0100
commit738591be1e58b664146eb12b61fa4294d56b534e (patch)
treeceaeec93acd30000055ada5afb4b31d197e59512 /template/en/default/bug/edit.html.tmpl
parent779b283127b310bb8676d11fed7a071ef1ce4ceb (diff)
downloadbugzilla-738591be1e58b664146eb12b61fa4294d56b534e.tar.gz
bugzilla-738591be1e58b664146eb12b61fa4294d56b534e.tar.xz
Bug 546340 - Change <a name> anchors to use @id
r=mkanat, a=mkanat
Diffstat (limited to 'template/en/default/bug/edit.html.tmpl')
-rw-r--r--template/en/default/bug/edit.html.tmpl7
1 files changed, 3 insertions, 4 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index b84aa8238..9979e9551 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -1019,8 +1019,7 @@
[%############################################################################%]
[% BLOCK comment_box %]
- <div class="bz_section_additional_comments">
- <a name="add_comment"></a>
+ <div id="add_comment" class="bz_section_additional_comments">
[% IF user.id %]
<label for="comment" accesskey="c"><b>Additional
<u>C</u>omments</b></label>:
@@ -1048,13 +1047,13 @@
<br>
[% PROCESS commit_button id=""%]
- <table class="status" cellspacing="0" cellpadding="0">
+ <table id="bug_status_bottom"
+ class="status" cellspacing="0" cellpadding="0">
<tr>
<td class="field_label">
<b><a href="page.cgi?id=fields.html#status">Status</a></b>:
</td>
<td>
- <a name="bug_status_bottom"></a>
[% PROCESS bug/knob.html.tmpl %]
</td>
</tr>