From 1b81fecfb379b3ffe0a51c3ef61c24fe12c75b33 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 1 Feb 2017 22:25:00 -0800 Subject: [PATCH] web: fix recaptcha problem --- html/inc/recaptchalib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/inc/recaptchalib.php b/html/inc/recaptchalib.php index 6c55f424e5..22c288e6f9 100644 --- a/html/inc/recaptchalib.php +++ b/html/inc/recaptchalib.php @@ -27,7 +27,7 @@ function boinc_recaptcha_get_head_extra() { // the meta tag must be included // for Recaptcha to work with some IE browsers return ' - + '; } return "";