diff --git a/package.json b/package.json
index 40cd215c7..88fc0f156 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "RainLoop",
"title": "RainLoop Webmail",
"version": "1.6.6",
- "release": "929",
+ "release": "930",
"description": "Simple, modern & fast web-based email client",
"homepage": "http://rainloop.net",
"main": "Gruntfile.js",
diff --git a/plugins/recaptcha/recaptchalib.php b/plugins/recaptcha/recaptchalib.php
index 6941df6a0..337fbc795 100644
--- a/plugins/recaptcha/recaptchalib.php
+++ b/plugins/recaptcha/recaptchalib.php
@@ -108,7 +108,7 @@ function recaptcha_get_html ($pubkey, $error = null, $use_ssl = false)
if ($pubkey == null || $pubkey == '') {
die ("To use reCAPTCHA you must get an API key from https://www.google.com/recaptcha/admin/create");
}
-
+
if ($use_ssl) {
$server = RECAPTCHA_API_SECURE_SERVER;
} else {
@@ -119,7 +119,7 @@ function recaptcha_get_html ($pubkey, $error = null, $use_ssl = false)
if ($error) {
$errorpart = "&error=" . $error;
}
- return '
+ return '