--- loncom/homework/structuretags.pm 2001/01/03 00:14:47 1.26 +++ loncom/homework/structuretags.pm 2001/01/05 20:05:26 1.27 @@ -54,7 +54,7 @@ sub start_problem { if ( $status eq 'CLOSED' ) { my $bodytext=&Apache::lonxml::get_all_text("/problem",$$parser[$#$parser]); if ( $target eq "web" ) { - return "

Problem is not open to be viewed. The problem $datemsg

"; + return "

Problem is not open to be viewed. The problem $datemsg

"; } } }