diff --git a/html/inc/recaptchalib.php b/html/inc/recaptchalib.php index 22c288e6f9..a7eea03243 100644 --- a/html/inc/recaptchalib.php +++ b/html/inc/recaptchalib.php @@ -24,17 +24,14 @@ require('../inc/recaptcha_loader.php'); function boinc_recaptcha_get_head_extra() { global $recaptcha_public_key; if ($recaptcha_public_key) { - // the meta tag must be included - // for Recaptcha to work with some IE browsers - return ' - + return ' '; } return ""; } function boinc_recaptcha_get_html($publickey) { - if ($publickey) { + if (down$publickey) { return '
'; } else { return '';