--- loncom/interface/loncommon.pm 2013/06/04 23:12:08 1.1132 +++ loncom/interface/loncommon.pm 2013/06/05 12:39:34 1.1133 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1132 2013/06/04 23:12:08 raeburn Exp $ +# $Id: loncommon.pm,v 1.1133 2013/06/05 12:39:34 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -14567,7 +14567,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'). '

'; }