From: Arne Heizmann Date: Tue, 10 Aug 2004 22:58:20 +0000 (+0000) Subject: Wrap the radio buttons in . X-Git-Tag: 1.5.0alpha1~2426 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=539cdf55f698cf9c4c4a4651418fc8b8efd46144;p=lhc%2Fweb%2Fwiklou.git Wrap the radio buttons in . --- diff --git a/includes/SpecialValidate.php b/includes/SpecialValidate.php index 735de01659..22cdc91a5a 100644 --- a/includes/SpecialValidate.php +++ b/includes/SpecialValidate.php @@ -209,14 +209,15 @@ class Validation else $choice = -1 ; if ( isset ( $stuff[$idx] ) ) $comment = $stuff[$idx]->val_comment ; else $comment = "" ; - $html .= "{$x[0]}{$tabsep}{$x[1]}" ; + $html .= "{$x[0]}{$tabsep}{$x[1]}" + . "" ; for ( $cnt = 0 ; $cnt < $x[3] ; $cnt++) { $html .= "{$tabsep}" ;