Loading riddler.module +1 −1 Original line number Diff line number Diff line Loading @@ -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'], Loading Loading
riddler.module +1 −1 Original line number Diff line number Diff line Loading @@ -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'], Loading