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

version 1.20, 2009/02/25 13:25:52 version 1.22, 2009/03/02 16:38:35
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.22


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