--- loncom/interface/lonhtmlcommon.pm 2009/11/18 11:47:32 1.245 +++ loncom/interface/lonhtmlcommon.pm 2009/11/19 10:25:02 1.246 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.245 2009/11/18 11:47:32 droeschl Exp $ +# $Id: lonhtmlcommon.pm,v 1.246 2009/11/19 10:25:02 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -111,7 +111,7 @@ sub dragmath_button { } my $buttontext=&mt('Edit Math'); return <$help_text + $help_text ENDDRAGMATH } @@ -2405,8 +2405,7 @@ Returns: HTML code with function list en ############################################## sub end_funclist { - my($r)=@_; - return "\n\n"; + return "\n"; } 1;