diff options
author | Andrey Andreev <narf@devilix.net> | 2013-07-18 15:05:02 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2013-07-18 15:05:02 +0200 |
commit | c0a1ce903cf1aa4e25ea8abc4cdbaac2753b9771 (patch) | |
tree | 0e84b06ec2b074d499b916da608aefc0ccb93020 /user_guide_src/source/helpers | |
parent | 8963f4010174ad9edf75fb60c7f44f4464680e29 (diff) |
[ci skip] Remove a description for a non-existing shadow color in the CAPTCHA helper docs
Diffstat (limited to 'user_guide_src/source/helpers')
-rw-r--r-- | user_guide_src/source/helpers/captcha_helper.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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), |