--- loncom/interface/lonhtmlcommon.pm 2009/01/20 16:38:39 1.198
+++ loncom/interface/lonhtmlcommon.pm 2009/01/22 14:44:40 1.200
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common html routines
#
-# $Id: lonhtmlcommon.pm,v 1.198 2009/01/20 16:38:39 bisitz Exp $
+# $Id: lonhtmlcommon.pm,v 1.200 2009/01/22 14:44:40 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1308,14 +1308,15 @@ returns: nothing
my ($component,$component_help,$menulink,$helplink,$css_class,$no_mt) = @_;
#
$css_class ||= 'LC_breadcrumbs';
- my $Str = "\n".'
| ';
+ $Str1 .= $links.'';
#
if (defined($component)) {
- $Str .= '';
+ $Str .= "\n".''
+ .'';
if ($no_mt) {
$Str .= $component;
} else {
@@ -1394,15 +1396,14 @@ returns: nothing
if ($icons ne '') {
$Str .= ' '.$icons;
}
- $Str .= ' | ';
+ $Str .= ' '."\n";
}
- $Str .= ' |
'."\n";
#
# Return the @Crumbs stack to what we started with
push(@Crumbs,$last);
shift(@Crumbs);
#
- return $Str;
+ return "$Str\n$Str1";
}
sub clear_breadcrumbs {