summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/params/common.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-07-08 04:18:38 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-07-08 04:18:38 +0200
commit5f7726c010bf79f584d1224e39070ca0f64fe4ff (patch)
treeac329a001661980c399f22e63a63ad7b3abb4586 /template/en/default/admin/params/common.html.tmpl
parent609806d1f0e8a82300a6d7b3b47e09f0356217f5 (diff)
downloadbugzilla-5f7726c010bf79f584d1224e39070ca0f64fe4ff.tar.gz
bugzilla-5f7726c010bf79f584d1224e39070ca0f64fe4ff.tar.xz
Bug 577407: Several HTML elements have the same ID when editing parameters
r/a=mkanat
Diffstat (limited to 'template/en/default/admin/params/common.html.tmpl')
-rw-r--r--template/en/default/admin/params/common.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/params/common.html.tmpl b/template/en/default/admin/params/common.html.tmpl
index 870451ebc..3ec38ca56 100644
--- a/template/en/default/admin/params/common.html.tmpl
+++ b/template/en/default/admin/params/common.html.tmpl
@@ -28,7 +28,7 @@
<dl>
[% FOREACH param = panel.param_list %]
- <dt id="[% param.name FILTER html %]">[% param.name FILTER html %]</dt>
+ <dt id="[% param.name FILTER html %]_desc">[% param.name FILTER html %]</dt>
<dd>[% panel.param_descs.${param.name} FILTER none %]
<p>
[% IF param.type == "t" %]