--- loncom/homework/inputtags.pm 2009/05/23 18:11:06 1.258 +++ loncom/homework/inputtags.pm 2009/07/08 10:53:08 1.259 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.258 2009/05/23 18:11:06 riegler Exp $ +# $Id: inputtags.pm,v 1.259 2009/07/08 10:53:08 onken Exp $ # # Copyright Michigan State University Board of Trustees # @@ -394,7 +394,7 @@ sub start_textline { '&part_'. $Apache::inputtags::part. '&textresponse'. '&HWVAL_' . $Apache::inputtags::response['-1']; - $result="\n\\\\\n".'\textField{'.$fieldname.'}{'.$size.'}{12 bp}'; + $result='\textField{'.$fieldname.'}{'.$size.'}{12 bp}'; } else { $result='\framebox['.$size.'][s]{\tiny\strut}'; }