summaryrefslogtreecommitdiffstats
path: root/template/en/default/pages/fields.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/pages/fields.html.tmpl')
-rw-r--r--template/en/default/pages/fields.html.tmpl8
1 files changed, 3 insertions, 5 deletions
diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl
index 184aef96f..bb1deb8ed 100644
--- a/template/en/default/pages/fields.html.tmpl
+++ b/template/en/default/pages/fields.html.tmpl
@@ -31,13 +31,11 @@
<table class="field_value_explanation">
<thead>
<tr>
- <td>
- <a name="bug_status"></a>
+ <td id="bug_status">
<h2>[% field_descs.bug_status FILTER upper FILTER html %]</h2>
</td>
- <td>
- <a name="resolution"></a>
+ <td id="resolution">
<h2>[% field_descs.resolution FILTER upper FILTER html %]</h2>
</td>
</tr>
@@ -266,7 +264,7 @@
[% NEXT IF skip_fields.contains(field) %]
- <dt><a name="[% field FILTER html %]"></a>[% field_desc FILTER html %]</dt>
+ <dt id="[% field FILTER html %]">[% field_desc FILTER html %]</dt>
<dd>
[% SET help_text = field_help_map.${field_desc}.help %]
[% IF help_text %]