--- loncom/interface/loncommon.pm 2007/04/20 00:48:18 1.529 +++ loncom/interface/loncommon.pm 2007/04/20 01:17:12 1.530 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.529 2007/04/20 00:48:18 albertel Exp $ +# $Id: loncommon.pm,v 1.530 2007/04/20 01:17:12 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3411,9 +3411,7 @@ sub bodytag { my $bodytag = "". &Apache::lontexconvert::init_math_support(); - if ($bodyonly - || ($env{'request.state'} eq 'construct' - && $env{'environment.remote'} ne 'off' )) { + if ($bodyonly) { return $bodytag; } elsif ($env{'browser.interface'} eq 'textual') { # Accessibility