--- loncom/homework/structuretags.pm 2015/04/28 13:26:38 1.537 +++ loncom/homework/structuretags.pm 2015/06/18 20:18:54 1.538 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.537 2015/04/28 13:26:38 raeburn Exp $ +# $Id: structuretags.pm,v 1.538 2015/06/18 20:18:54 musolffc Exp $ # # Copyright Michigan State University Board of Trustees # @@ -490,7 +490,9 @@ sub page_start { } } if ($needs_upload) { - $extra_head .= &Apache::lonhtmlcommon::file_submissionchk_js(); + $extra_head .= &Apache::lonhtmlcommon::file_submissionchk_js() + .''; } }