--- loncom/homework/radiobuttonresponse.pm	2008/11/20 15:19:15	1.139
+++ loncom/homework/radiobuttonresponse.pm	2008/12/11 03:25:45	1.141
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # mutliple choice style responses
 #
-# $Id: radiobuttonresponse.pm,v 1.139 2008/11/20 15:19:15 jms Exp $
+# $Id: radiobuttonresponse.pm,v 1.141 2008/12/11 03:25:45 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -74,14 +74,14 @@ sub start_radiobuttonresponse {
            .'<td><span class="LC_nobreak">'.&mt('Delete?').' '
            .&Apache::edit::deletelist($target,$token)
            .'</span></td>'
-           .'<td>&nbsp'.&Apache::edit::end_row()
+           .'<td>&nbsp;'.&Apache::edit::end_row()
            .&Apache::edit::start_spanning_row();
 	$result.=
 	    &Apache::edit::text_arg('Max Number Of Shown Foils:','max',
-				    $token,'4').
+				    $token,'4').'&nbsp;'x 3 .
 	    &Apache::edit::select_arg('Randomize Foil Order:','randomize',
-				      ['yes','no'],$token).
-	    &Apache::edit::select_arg('Display Direction','direction',
+				      ['yes','no'],$token).'&nbsp;'x 3 .
+	    &Apache::edit::select_arg('Display Direction:','direction',
 				      ['vertical','horizontal'],$token).
 				      &Apache::edit::end_row().
 				      &Apache::edit::start_spanning_row()."\n";