--- loncom/xml/londefdef.pm 2014/05/15 20:19:06 1.451 +++ loncom/xml/londefdef.pm 2014/06/17 23:22:17 1.452 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.451 2014/05/15 20:19:06 raeburn Exp $ +# $Id: londefdef.pm,v 1.452 2014/06/17 23:22:17 raeburn Exp $ # # # Copyright Michigan State University Board of Trustees @@ -589,6 +589,9 @@ sub start_body { 'force_register' => 1,}; if ($target eq 'web') { $args->{'print_suppress'} = 1; + if ($env{'request.use_absolute'}) { + $args->{'use_absolute'} = $env{'request.use_absolute'}; + } } $currentstring = &Apache::loncommon::start_page($Apache::londefdef::title,