Fix generate-help to not open thousands of windows in UI

db4
Slava Pestov 2009-04-02 13:48:53 -05:00
parent c5a511788a
commit e0a8def090
1 changed files with 1 additions and 1 deletions

View File

@ -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 -- )