--- loncom/interface/lonindexer.pm 2007/03/08 01:58:45 1.158 +++ loncom/interface/lonindexer.pm 2007/06/20 18:38:44 1.159 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Directory Indexer # -# $Id: lonindexer.pm,v 1.158 2007/03/08 01:58:45 albertel Exp $ +# $Id: lonindexer.pm,v 1.159 2007/06/20 18:38:44 banghart Exp $ # # Copyright Michigan State University Board of Trustees # @@ -812,7 +812,7 @@ sub display_line { $updir='/'.(split(/\.(page|sequence)\/\//,$startdir))[-1]; $updir=~s/\/+/\//g; - $r->print("$extrafield"); + $r->print("$extrafield"); $r->print("\n"); $r->print ('
print (''."\n") if ($env{'form.dirPointer'} eq "on"); - $r->print("$extrafield"); + $r->print("$extrafield"); $r->print(""); &begin_form ($r,$filecom[0]); my $anchor = $filecom[0]; @@ -866,7 +866,7 @@ sub display_line { # display user directory } if ($filecom[1] eq 'user') { - $r->print("$extrafield"); + $r->print("$extrafield"); $r->print("\n"); my $curdir = $startdir.$filecom[0].'/'; my $anchor = $curdir; @@ -907,7 +907,7 @@ sub display_line { } # Set the icon for the file my $iconname = &Apache::loncommon::icon($listname); - $r->print(""); + $r->print(""); if ($env{'form.catalogmode'} eq 'interactive') { my $quotable_filelink = &Apache::loncommon::escape_single($filelink); @@ -1072,7 +1072,7 @@ sub display_line { my $curdir = $startdir.$filecom[0].'/'; my $anchor = $curdir; $anchor =~ s/\///g; - $r->print("$extrafield"); + $r->print("$extrafield"); &begin_form ($r,$curdir); my $indentm1 = $indent-1; if ($indentm1 < 11 and $indentm1 > 0) {