Diff for /loncom/interface/lonhtmlcommon.pm between versions 1.203 and 1.204

version 1.203, 2009/02/22 18:30:27 version 1.204, 2009/03/31 21:09:36
Line 1316  returns: nothing Line 1316  returns: nothing
         my $bug = '';          my $bug = '';
  my $help='';   my $help='';
  # Crumb Symbol   # Crumb Symbol
  my $crumbsymbol = '▶ ';   my $crumbsymbol = '» ';
         # The last breadcrumb does not have a link, so handle it separately.          # The last breadcrumb does not have a link, so handle it separately.
         my $last = pop(@Crumbs);          my $last = pop(@Crumbs);
         #          #

Removed from v.1.203  
changed lines
  Added in v.1.204


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>