From 539cdf55f698cf9c4c4a4651418fc8b8efd46144 Mon Sep 17 00:00:00 2001 From: Arne Heizmann Date: Tue, 10 Aug 2004 22:58:20 +0000 Subject: [PATCH] Wrap the radio buttons in . --- includes/SpecialValidate.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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}" ; -- 2.20.1