diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-06-09 21:05:33 -0700 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2009-06-09 21:05:33 -0700 |
commit | 5f7dfc272e3188fbced26a72881176c98481cfb0 (patch) | |
tree | 64b430962487718c2a5838237fe9a8971da9dd15 /modules/recaptcha/module.info | |
parent | 7e4fcb97cb4a575811c1e84ced07fbaf4d7ed7ba (diff) |
Remove double quotes from module.info (theme.info) attribute values.
(actually, we did that before: Now removing HTML element attributes since they were delimited by single quotes because PHP's ini parser can't
deal with double-quotes in values.)
Background:
Requiring all l10n messages a) to be well-formed HTML and b) to use double-quotes as HTML element attributes, since the l10n server side
validation normalizes all attribute delimiters to double-quotes). See ticket #254.
Diffstat (limited to 'modules/recaptcha/module.info')
-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 85397580..f2cc50cf 100644 --- a/modules/recaptcha/module.info +++ b/modules/recaptcha/module.info @@ -1,3 +1,3 @@ name = Recaptcha -description = "<a href='http://recaptcha.net'>Recaptcha</a> displays a graphical verification that protects the input form from abuse from 'bots,' or automated programs usually written to generate spam." +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 |