Diff for /loncom/interface/lontemplate.pm between versions 1.20 and 1.21

version 1.20, 2009/02/25 13:25:52 version 1.21, 2009/03/01 13:23:12
Line 154  sub print_start_page_functions Line 154  sub print_start_page_functions
 sub print_functions_content  sub print_functions_content
 {  {
  my($r,$content) = @_;   my($r,$content) = @_;
  $r->print($content.'&nbsp');   $r->print('<span class=\"LC_nobreak\">&bull;&nbsp;'.$content.'&nbsp;</span>');
   
 }  }
 sub print_end_page_functions  sub print_end_page_functions

Removed from v.1.20  
changed lines
  Added in v.1.21


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