--- loncom/interface/lonhtmlcommon.pm 2004/01/26 19:55:44 1.41 +++ loncom/interface/lonhtmlcommon.pm 2004/01/27 16:35:37 1.42 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.41 2004/01/26 19:55:44 www Exp $ +# $Id: lonhtmlcommon.pm,v 1.42 2004/01/27 16:35:37 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -930,7 +930,7 @@ sub crumbs { $path.='/'.$_; my $linkpath=$path; if ($form) { - $linkpath="javascript:$form.action='$path';$form.submit();"; + $linkpath="javascript:$form.action='$path/';$form.submit();"; } $output.=''.$_.'/'; }