Diff for /loncom/interface/lontemplate.pm between versions 1.23 and 1.24

version 1.23, 2009/03/07 15:07:09 version 1.24, 2009/03/21 21:58:32
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('<span class="LC_nobreak">&bull;&nbsp;'.$content.'&nbsp;</span>');   $r->print('<span class="LC_nobreak">&bull; '.$content.'</span> ');
 }  }
 sub print_end_page_functions  sub print_end_page_functions
 {  {

Removed from v.1.23  
changed lines
  Added in v.1.24


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