--- loncom/interface/portfolio.pm 2005/02/11 06:18:52 1.74 +++ loncom/interface/portfolio.pm 2005/02/17 08:29:43 1.75 @@ -509,7 +509,8 @@ sub handler { &Apache::loncommon::content_type($r,'text/html'); $r->send_http_header; # Give the LON-CAPA page header - $r->print(''. + my $html=&Apache::lonxml::xmlbegin(); + $r->print($html.'<head><title>'. &mt('Portfolio Manager'). "\n"); if ($ENV{"form.mode"} eq 'selectfile'){