Diff for /loncom/interface/lonhtmlcommon.pm between versions 1.311 and 1.312

version 1.311, 2012/05/02 18:01:53 version 1.312, 2012/05/04 19:03:18
Line 1643  returns: nothing Line 1643  returns: nothing
         $links .= &htmltag( 'li', htmltag($CourseBreadcrumbs ? 'b' : 'h1',          $links .= &htmltag( 'li', htmltag($CourseBreadcrumbs ? 'b' : 'h1',
                 $lasttext), {title => $lasttext});                  $lasttext), {title => $lasttext});
   
  $links .=   '<li> <span id="duedatecountdown"></span></li>';           unless ($CourseBreadcrumbs) {
               $links .=   '<li> <span id="duedatecountdown"></span></li>';
           }
   
         my $icons = '';          my $icons = '';
         $faq  = $last->{'faq'}  if (exists($last->{'faq'}));          $faq  = $last->{'faq'}  if (exists($last->{'faq'}));

Removed from v.1.311  
changed lines
  Added in v.1.312


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