--- loncom/interface/lontemplate.pm 2009/03/01 13:23:12 1.21 +++ loncom/interface/lontemplate.pm 2009/03/02 16:38:35 1.22 @@ -1,7 +1,7 @@ # The LearningOnline Network # "Template" Functions to generate html output # -# $Id: lontemplate.pm,v 1.21 2009/03/01 13:23:12 neumanie Exp $ +# $Id: lontemplate.pm,v 1.22 2009/03/02 16:38:35 amueller Exp $ # # Copyright Michigan State University Board of Trustees # @@ -154,7 +154,7 @@ sub print_start_page_functions sub print_functions_content { my($r,$content) = @_; - $r->print('• '.$content.' '); + $r->print('• '.$content.' '); } sub print_end_page_functions