--- loncom/homework/optionresponse.pm 2005/06/07 01:33:19 1.126 +++ loncom/homework/optionresponse.pm 2005/06/20 21:31:07 1.127 @@ -1,7 +1,7 @@ # LearningOnline Network with CAPA # option list style responses # -# $Id: optionresponse.pm,v 1.126 2005/06/07 01:33:19 albertel Exp $ +# $Id: optionresponse.pm,v 1.127 2005/06/20 21:31:07 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -360,7 +360,7 @@ sub displayfoils { if ($text=~/^\s*$/) { $text=$value.$text; } else { - $text=$value.': '.$text; + $text=''.$value.': '.$text; } } else { $text='•'.$text;