--- loncom/homework/optionresponse.pm 2004/07/12 16:19:48 1.114 +++ loncom/homework/optionresponse.pm 2004/07/20 13:38:47 1.115 @@ -1,7 +1,7 @@ # LearningOnline Network with CAPA # option list style responses # -# $Id: optionresponse.pm,v 1.114 2004/07/12 16:19:48 sakharuk Exp $ +# $Id: optionresponse.pm,v 1.115 2004/07/20 13:38:47 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -453,7 +453,7 @@ sub optionlist_correction { if ($TeXlayout eq 'vertical') { $texoptionlist.=' \vskip 0 mm ', } else { - $texoptionlist.=','; + $texoptionlist.=', '; } } chop($texoptionlist);