--- loncom/homework/inputtags.pm 2009/05/23 18:11:06 1.258 +++ loncom/homework/inputtags.pm 2009/07/17 15:27:17 1.260 @@ -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.260 2009/07/17 15:27:17 droeschl 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}'; } @@ -1289,11 +1289,9 @@ sub gradestatus { if ( $showbutton ) { if ($target ne 'tex') { $button = - ''; + ''; } }