From 5f7726c010bf79f584d1224e39070ca0f64fe4ff Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 8 Jul 2010 04:18:38 +0200 Subject: Bug 577407: Several HTML elements have the same ID when editing parameters r/a=mkanat --- template/en/default/admin/params/common.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/admin/params/common.html.tmpl') 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 @@
[% FOREACH param = panel.param_list %] -
[% param.name FILTER html %]
+
[% param.name FILTER html %]
[% panel.param_descs.${param.name} FILTER none %]

[% IF param.type == "t" %] -- cgit v1.2.3-24-g4f1b