diff --git a/contrib/cont-responder/eval-responder.factor b/contrib/cont-responder/eval-responder.factor index cabd32c413..de1c9e544b 100644 --- a/contrib/cont-responder/eval-responder.factor +++ b/contrib/cont-responder/eval-responder.factor @@ -119,10 +119,10 @@ USE: sequences "browser" "responder" set
"Source" write | ||
---|---|---|
[ [ parse ] [ [ "No such word" write ] [ car see ] ifte ] catch ] with-simple-html-output | ||
[ [ parse ] catch [ "No such word" write ] [ car see ] ifte ] with-simple-html-output | ||
"Apropos" write | "Usages" write | |
[ apropos ] with-simple-html-output | -[ [ parse ] [ [ "No such word" write ] [ car usages. ] ifte ] catch ] with-simple-html-output | +[ [ parse ] catch [ "No such word" write ] [ car usages. ] ifte ] with-simple-html-output |