--- loncom/homework/daxepage.pm 2016/01/12 19:07:16 1.3 +++ loncom/homework/daxepage.pm 2016/02/14 16:07:13 1.4 @@ -1,7 +1,7 @@ # The LearningOnline Network # Page with Daxe on the left side and the preview on the right side # -# $Id: daxepage.pm,v 1.3 2016/01/12 19:07:16 damieng Exp $ +# $Id: daxepage.pm,v 1.4 2016/02/14 16:07:13 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -35,7 +35,7 @@ sub handler { my $request = shift; my $uri = $request->uri; $uri =~ s/^\/daxepage//; - &Apache::loncommon::no_cache($request); + &Apache::loncommon::content_type($request,'text/html'); if ($uri !~ /\.(task|problem|exam|quiz|assess|survey|library|xml|html|htm|xhtml|xhtm)$/) { $request->status(406); return OK;