--- loncom/interface/londocs.pm 2007/06/11 21:27:23 1.275 +++ loncom/interface/londocs.pm 2007/06/13 23:44:10 1.276 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.275 2007/06/11 21:27:23 albertel Exp $ +# $Id: londocs.pm,v 1.276 2007/06/13 23:44:10 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1583,7 +1583,7 @@ sub ask_for_embedded_content { &Apache::loncommon::start_data_table(); my $num = 0; - foreach my $embed_file (keys(%{$allfiles})) { + foreach my $embed_file (sort {lc($a) cmp lc($b)} keys(%{$allfiles})) { $upload_output .= &Apache::loncommon::start_data_table_row(). ''.$embed_file.''; if ($args->{'ignore_remote_references'}