From 274a6ec5ce57bccac6b88d3d6ef058d1cd25c510 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 12 Mar 2010 01:23:28 +1300 Subject: [PATCH] furnace.recaptcha: fix load error --- basis/furnace/recaptcha/recaptcha-docs.factor | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/basis/furnace/recaptcha/recaptcha-docs.factor b/basis/furnace/recaptcha/recaptcha-docs.factor index 9e5d046a1d..3d23979962 100644 --- a/basis/furnace/recaptcha/recaptcha-docs.factor +++ b/basis/furnace/recaptcha/recaptcha-docs.factor @@ -14,9 +14,6 @@ HELP: HELP: recaptcha-error { $var-description "Set to the error string returned by the recaptcha server." } ; -HELP: recaptcha-valid? -{ $var-description "Set to " { $link t } " if the user solved the last recaptcha correctly." } ; - HELP: validate-recaptcha { $description "Validates a recaptcha using the recaptcha web service API." } ; @@ -45,14 +42,9 @@ ARTICLE: "furnace.recaptcha" "Recaptcha support for Furnace" { $subsections } "Validating recaptcha:" { $subsections validate-recaptcha } -"Symbols set after validation:" -{ $subsections - recaptcha-valid? - recaptcha-error -} +"Symbol set after validation:" +{ $subsections recaptcha-error } "An example:" -{ $subsections - "recaptcha-example" -} ; +{ $subsections "recaptcha-example" } ; ABOUT: "furnace.recaptcha"