diff --git a/basis/help/html/html.factor b/basis/help/html/html.factor
index 66d864b2a0..d880af5b55 100644
--- a/basis/help/html/html.factor
+++ b/basis/help/html/html.factor
@@ -60,7 +60,7 @@ M: topic url-of topic>filename ;
: help>html ( topic -- xml )
[ article-title ]
[ drop help-stylesheet ]
- [ [ help ] with-html-writer ]
+ [ [ print-topic ] with-html-writer ]
tri simple-page ;
: generate-help-file ( topic -- )