Commit 2aaa20bc authored by Julian Pustkuchen's avatar Julian Pustkuchen
Browse files

Issue #3111099 by batigolix, Eric_A, AdamPS, Anybody: Generate similar form as...

Issue #3111099 by batigolix, Eric_A, AdamPS, Anybody: Generate similar form as captcha module - fixed typo
parent 41d14c16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ function riddler_captcha($op, $captcha_type = '', $captcha_sid = NULL) {

        $result['form']['captcha_response'] = [
          '#type' => 'textfield',
          '#title' => t('What\'s the correct anwser?'),
          '#title' => t('What\'s the correct answer?'),
          '#description' => t('Answer this question to verify that you are not a spam robot.'),
          '#weight' => 0,
          '#field_prefix' => $riddle['question'],