--- loncom/interface/loncommon.pm 2016/11/13 14:38:30 1.1075.2.117 +++ loncom/interface/loncommon.pm 2016/11/13 17:42:13 1.1075.2.118 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1075.2.117 2016/11/13 14:38:30 raeburn Exp $ +# $Id: loncommon.pm,v 1.1075.2.118 2016/11/13 17:42:13 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3003,7 +3003,7 @@ sub authform_internal { $result = &mt ('[_1] Internally authenticated (with initial password [_2])', ''.$autharg); - $result.=''; + $result.=''; return $result; }