--- loncom/interface/lonpreferences.pm 2009/05/16 23:21:00 1.163 +++ loncom/interface/lonpreferences.pm 2009/05/27 17:14:56 1.164 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.163 2009/05/16 23:21:00 bisitz Exp $ +# $Id: lonpreferences.pm,v 1.164 2009/05/27 17:14:56 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1357,40 +1357,39 @@ sub client_form { 'confirmpass' => 'Confirm Password', 'changepass' => 'Save'); - my $output = qq| -
-ENDFORM +|; return $output; }