From 919df4ae9c0372506feebee41821e4de2c78cb91 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 15 Jun 2010 13:33:43 -0400 Subject: [PATCH 1/1] fix labels for form elements The label for attribute must correspond to the element id (not name). And it needs to be unique inside the loop. --- templates/commentmoderation.tmpl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/commentmoderation.tmpl b/templates/commentmoderation.tmpl index 10f2b36df..dfa63c20b 100644 --- a/templates/commentmoderation.tmpl +++ b/templates/commentmoderation.tmpl @@ -4,7 +4,7 @@ - +
@@ -12,18 +12,18 @@
- - - - - - + + + + + +
- - + +

-- 2.44.0