--- loncom/homework/inputtags.pm 2002/11/08 20:34:10 1.73 +++ loncom/homework/inputtags.pm 2002/11/19 14:59:35 1.74 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.73 2002/11/08 20:34:10 sakharuk Exp $ +# $Id: inputtags.pm,v 1.74 2002/11/19 14:59:35 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -169,6 +169,8 @@ sub start_textline { } elsif ($target eq 'modified') { my $constructtag=&Apache::edit::get_new_args($token,$parstack,$safeeval,'size'); if ($constructtag) { $result = &Apache::edit::rebuild_tag($token); } + } elsif ($target eq 'tex') { + $result='\framebox[1cm][s]{\hfill}'; } return $result; }