summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/create/create-guided.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/create/create-guided.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/create/create-guided.html.tmpl')
-rw-r--r--template/en/default/bug/create/create-guided.html.tmpl9
1 files changed, 3 insertions, 6 deletions
diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl
index 9f2a21b71..86bdb8621 100644
--- a/template/en/default/bug/create/create-guided.html.tmpl
+++ b/template/en/default/bug/create/create-guided.html.tmpl
@@ -67,8 +67,7 @@ function PutDescription() {
}
</script>
-<a name="step1"></a>
-<h3>Step 1 of 3 - has your [% terms.bug %] already been reported?</h3>
+<h3 id="step1">Step 1 of 3 - has your [% terms.bug %] already been reported?</h3>
<p>
<font color="red">Please don't skip this step - half of all
@@ -136,8 +135,7 @@ function PutDescription() {
</p>
-<a name="step2"></a>
-<h3>Step 2 of 3 - give information</h3>
+<h3 id="step2">Step 2 of 3 - give information</h3>
<p>
If you've tried a few searches and your [% terms.bug %] really isn't in
@@ -474,8 +472,7 @@ function PutDescription() {
</table>
-<a name="step3"></a>
-<h3>Step 3 of 3 - submit the [% terms.bug %] report</h3>
+<h3 id="step3">Step 3 of 3 - submit the [% terms.bug %] report</h3>
<p>
<input type="submit" id="report" value=" Submit [% terms.Bug %] Report "