--- rat/lonambiguous.pm 2006/03/19 23:06:00 1.18 +++ rat/lonambiguous.pm 2006/03/19 23:09:07 1.19 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to resolve ambiguous file locations # -# $Id: lonambiguous.pm,v 1.18 2006/03/19 23:06:00 albertel Exp $ +# $Id: lonambiguous.pm,v 1.19 2006/03/19 23:09:07 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -56,7 +56,7 @@ sub getlost { $r->send_http_header; $r->print(&Apache::loncommon::start_page('Could not handle ambiguous resource reference'). $errmsg. - (&Apache::loncommon::end_page()); + &Apache::loncommon::end_page()); } # ================================================================ Main Handler