--- loncom/xml/londefdef.pm 2023/07/13 19:07:27 1.472 +++ loncom/xml/londefdef.pm 2023/09/27 14:52:27 1.473 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.472 2023/07/13 19:07:27 raeburn Exp $ +# $Id: londefdef.pm,v 1.473 2023/09/27 14:52:27 raeburn Exp $ # # # Copyright Michigan State University Board of Trustees @@ -621,6 +621,9 @@ sub start_body { if ($env{'request.use_absolute'}) { $args->{'use_absolute'} = $env{'request.use_absolute'}; } + if ($env{'form.only_body'}) { + $args->{'only_body'} = 1; + } } $currentstring = &Apache::loncommon::start_page($Apache::londefdef::title,