--- loncom/xml/londefdef.pm 2005/04/22 20:59:31 1.268 +++ loncom/xml/londefdef.pm 2005/04/29 21:22:33 1.269 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.268 2005/04/22 20:59:31 albertel Exp $ +# $Id: londefdef.pm,v 1.269 2005/04/29 21:22:33 albertel Exp $ # # # Copyright Michigan State University Board of Trustees @@ -153,7 +153,7 @@ sub start_html { my $currentstring = ''; my $options=$env{'course.'.$env{'request.course.id'}.'.tthoptions'}; &Apache::lontexconvert::init_tth(); - if ($target eq 'web' || $target eq 'edit') { + if ($target eq 'web' || $target eq 'edit' || $target eq 'webgrade' ) { $currentstring = &Apache::lonxml::xmlbegin(); } elsif ($target eq 'tex') { $currentstring .= '\documentclass[letterpaper]{article}';