Diff for /loncom/interface/lonhtmlcommon.pm between versions 1.224 and 1.225

version 1.224, 2009/06/11 16:48:33 version 1.225, 2009/06/16 15:17:12
Line 1447  returns: nothing Line 1447  returns: nothing
         }          }
                   
         $links = htmltag('div', $links,           $links = htmltag('div', $links, 
                         { id => "LC_head_subbox" }) unless ($CourseBreadcrumbs) ;                          { id => "LC_breadcrumbs" }) unless ($CourseBreadcrumbs) ;
   
         # Return the @Crumbs stack to what we started with          # Return the @Crumbs stack to what we started with
         push(@Crumbs,$last);          push(@Crumbs,$last);

Removed from v.1.224  
changed lines
  Added in v.1.225


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