diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-07-13 10:36:55 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-13 10:36:55 -0700 |
commit | e2a9a1d28459b96e412004df4d4ec010fb9b30e2 (patch) | |
tree | 444213323fb03bcb790449a943ce95d48aab37e5 /modules/recaptcha | |
parent | a944bf4259a6ff31ac647a3d8336bd5175c3640a (diff) |
Add quotes around all values that contain spaces in them, and add a
test to make sure that we continue to do so.
This makes sure that we don't have problems with 5.3 which treats the
literal "on" as a boolean.
Diffstat (limited to 'modules/recaptcha')
-rw-r--r-- | modules/recaptcha/module.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/recaptcha/module.info b/modules/recaptcha/module.info index 9f44648a..cfa1bf7a 100644 --- a/modules/recaptcha/module.info +++ b/modules/recaptcha/module.info @@ -1,3 +1,3 @@ -name = reCAPTCHA +name = "reCAPTCHA" description = "reCAPTCHA displays a graphical verification that protects the input form from abuse from 'bots,' or automated programs usually written to generate spam (http://recaptcha.net)." version = 1 |