diff --git a/contrib/cont-responder/eval-responder.factor b/contrib/cont-responder/eval-responder.factor index 5f58089245..4c00ddad5c 100644 --- a/contrib/cont-responder/eval-responder.factor +++ b/contrib/cont-responder/eval-responder.factor @@ -117,10 +117,10 @@ USE: hashtables "browser" "responder" set - + - - + +
"Source" write
[ [ parse ] catch [ "No such word" write ] [ car see ] if ] with-simple-html-output
[ [ parse ] catch [ "No such word" write ] [ car see ] if ] with-html-stream
"Apropos" write "Usages" write
[ apropos ] with-simple-html-output [ [ parse ] catch [ "No such word" write ] [ car usages. ] if ] with-simple-html-output
[ apropos ] with-html-stream [ [ parse ] catch [ "No such word" write ] [ car usages. ] if ] with-html-stream
] make-hash ;