--- loncom/interface/lonhtmlcommon.pm 2006/08/04 21:01:52 1.149 +++ loncom/interface/lonhtmlcommon.pm 2006/08/04 21:33:53 1.150 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.149 2006/08/04 21:01:52 albertel Exp $ +# $Id: lonhtmlcommon.pm,v 1.150 2006/08/04 21:33:53 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -998,7 +998,7 @@ sub crumbs { foreach my $dir (split('/',$uri)) { if (! $dir) { next; } $path .= $dir; - + if ($path eq $uri) { if ($skiplast) { $output.=$dir; last;