--- loncom/interface/portfolio.pm 2006/08/04 22:22:32 1.146 +++ loncom/interface/portfolio.pm 2006/08/06 16:48:44 1.147 @@ -1,7 +1,7 @@ # The LearningOnline Network # portfolio browser # -# $Id: portfolio.pm,v 1.146 2006/08/04 22:22:32 banghart Exp $ +# $Id: portfolio.pm,v 1.147 2006/08/06 16:48:44 banghart Exp $ # # Copyright Michigan State University Board of Trustees # @@ -264,7 +264,7 @@ sub display_directory { } $r->print(''.&mt('closed folder').''); $r->print('Go to ...'); - $r->print(''.$version_flag{$filename}.''.&make_anchor($url,$filename.'/',$current_path.$filename.'/',$env{'form.mode'},$env{"form.fieldname"},$env{'form.continue'}).'/'); + $r->print(''.$version_flag{$filename}.''.&make_anchor($url,$filename.'/',$current_path.$filename.'/',$env{'form.mode'},$env{"form.fieldname"},$env{'form.continue'}).''); $r->print(''); } else { my $css_class = 'LC_browser_file';