From d0845aadc629cf10b8eee490a651c039750a1430 Mon Sep 17 00:00:00 2001 From: Andy Date: Mon, 1 Jun 2009 23:08:13 -0700 Subject: Workaround for parse_ini_file issue: There's no way to escape a double-quote in a value that's read with parse_ini_file. Using single quotes instead, even if that's not the best style in English. --- modules/recaptcha/module.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/recaptcha') diff --git a/modules/recaptcha/module.info b/modules/recaptcha/module.info index 134ae31c..85397580 100644 --- a/modules/recaptcha/module.info +++ b/modules/recaptcha/module.info @@ -1,3 +1,3 @@ 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." +description = "Recaptcha displays a graphical verification that protects the input form from abuse from 'bots,' or automated programs usually written to generate spam." version = 1 -- cgit v1.2.3