summaryrefslogtreecommitdiff
path: root/templates/de/option-boolean.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/de/option-boolean.tmpl')
-rw-r--r--templates/de/option-boolean.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/de/option-boolean.tmpl b/templates/de/option-boolean.tmpl
index e832ee102..ce9b6afe8 100644
--- a/templates/de/option-boolean.tmpl
+++ b/templates/de/option-boolean.tmpl
@@ -1,6 +1,6 @@
<TR>
<TH {conflicted=1?CLASS="conflict":CLASS="label"} WIDTH="50%"><A NAME="{keyword}">{keytext}</A>:</TH>
<TD>
-{[choices]<INPUT TYPE="RADIO" NAME="{keyword-1}" {choices={defchoice-1}?CHECKED:} VALUE="{choices}">{text}}
+{[choices]<INPUT TYPE="RADIO" NAME="{keyword-1}" ID="{keyword-1}" {choices={defchoice-1}?CHECKED:} VALUE="{choices}"><LABEL FOR="{keyword-1}">{text}</LABEL>}
</TD>
</TR>