--- loncom/homework/randomlabel.pm 2008/12/19 14:28:14 1.94 +++ loncom/homework/randomlabel.pm 2010/02/04 18:42:41 1.95 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # random labelling tool # -# $Id: randomlabel.pm,v 1.94 2008/12/19 14:28:14 raeburn Exp $ +# $Id: randomlabel.pm,v 1.95 2010/02/04 18:42:41 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -223,7 +223,7 @@ sub end_randomlabel { &Apache::lonnet::appenv(\%args); } elsif ($target eq 'tex') { $result='\end{picture}\\\\'; - $result.= ' \vskip -'.$height_param.' mm } \\\\ '; + $result.= ' \vskip -'.$height_param.' mm } \\newline '; } elsif ($target eq 'edit') { $result.=&Apache::edit::end_table; }