--- loncom/interface/londocs.pm 2006/04/10 19:59:53 1.225 +++ loncom/interface/londocs.pm 2006/05/12 16:47:35 1.227 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.225 2006/04/10 19:59:53 albertel Exp $ +# $Id: londocs.pm,v 1.227 2006/05/12 16:47:35 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -221,7 +221,7 @@ sub dumpcourse { $r->print(''); } my $title=$origcrsdata{'description'}; - $title=~s/\s+/\_/gs; + $title=~s/[\/\s]+/\_/gs; $title=&clean($title); $r->print('

'.&mt('Folder in Construction Space').'


'); &tiehash(); @@ -970,8 +970,7 @@ sub breadcrumbs { } - return &Apache::lonhtmlcommon::breadcrumbs(undef,undef,undef,undef,undef, - 0,'nohelp'); + return &Apache::lonhtmlcommon::breadcrumbs(undef,undef,0,'nohelp'); } sub editor {