--- loncom/interface/lontemplate.pm 2009/03/02 16:38:35 1.22 +++ loncom/interface/lontemplate.pm 2009/03/07 15:07:09 1.23 @@ -1,7 +1,7 @@ # The LearningOnline Network # "Template" Functions to generate html output # -# $Id: lontemplate.pm,v 1.22 2009/03/02 16:38:35 amueller Exp $ +# $Id: lontemplate.pm,v 1.23 2009/03/07 15:07:09 neumanie Exp $ # # Copyright Michigan State University Board of Trustees # @@ -116,12 +116,12 @@ sub send_message{ my $s; my $image = qq{}; $s=&Apache::loncommon::messagewrapper($image,$cnum,$cdom).' '.&Apache::loncommon::messagewrapper(&mt('Send me a message'),$cnum,$cdom); - return $s; + return $s; } sub print_template { - my ($r,$topic,$content, $allowed,$boxclass) = @_; + my ($r,$topic,$content, $allowed,$boxclass) = @_; $r->print('
'); $r->print('

'.$topic.'

'); $r->print('

' .$content . '

'); @@ -149,13 +149,12 @@ sub print_editbox_template sub print_start_page_functions { my($r)=@_; - $r->print('
'. &mt('Functions') . ''); + $r->print('
'. &mt('Functions') . ''); } sub print_functions_content { my($r,$content) = @_; - $r->print('• '.$content.' '); - + $r->print('• '.$content.' '); } sub print_end_page_functions {