From c0a1ce903cf1aa4e25ea8abc4cdbaac2753b9771 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Thu, 18 Jul 2013 16:05:02 +0300 Subject: [ci skip] Remove a description for a non-existing shadow color in the CAPTCHA helper docs --- user_guide_src/source/helpers/captcha_helper.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide_src/source/helpers/captcha_helper.rst') diff --git a/user_guide_src/source/helpers/captcha_helper.rst b/user_guide_src/source/helpers/captcha_helper.rst index 27e11e6f8..3c56addf3 100644 --- a/user_guide_src/source/helpers/captcha_helper.rst +++ b/user_guide_src/source/helpers/captcha_helper.rst @@ -66,7 +66,7 @@ Once loaded you can generate a captcha like this:: 'word_length' => 8, 'pool' => '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ', - // White background and border, black text and shadow, red grid + // White background and border, black text and red grid 'colors' => array( 'background' => array(255, 255, 255), 'border' => array(255, 255, 255), -- cgit v1.2.3-24-g4f1b