--- loncom/interface/londocs.pm 2020/08/11 19:02:31 1.672 +++ loncom/interface/londocs.pm 2020/08/27 16:21:35 1.673 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.672 2020/08/11 19:02:31 raeburn Exp $ +# $Id: londocs.pm,v 1.673 2020/08/27 16:21:35 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -6643,7 +6643,7 @@ my %orderhash = ( 'bb' => ['Import',$importpubform], 'cc' => ['External',$externalform], 'dd' => ['Grading',$gradingform], - 'ff' => ['Other',$specialdocumentsform]; + 'ff' => ['Other',$specialdocumentsform], ); unless ($container eq 'page') { $orderhash{'00'} = ['Newfolder',$newfolderform];