--- loncom/interface/loncommon.pm 2013/05/26 22:44:02 1.1075.2.38 +++ loncom/interface/loncommon.pm 2013/06/05 13:25:41 1.1075.2.39 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1075.2.38 2013/05/26 22:44:02 raeburn Exp $ +# $Id: loncommon.pm,v 1.1075.2.39 2013/06/05 13:25:41 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -14554,7 +14554,7 @@ sub create_recaptcha { return $captcha->get_options_setter({theme => 'white'})."\n". $captcha->get_html($pubkey). &mt('If either word is hard to read, [_1] will replace them.', - 'reCAPTCHA refresh'). + 'reCAPTCHA refresh'). '

'; }