]> gitweb.factorcode.org Git - factor.git/commitdiff
help: inserted a blank line between the title and the article content.
authorKeith Lazuka <klazuka@gmail.com>
Mon, 21 Sep 2009 19:33:21 +0000 (15:33 -0400)
committerKeith Lazuka <klazuka@gmail.com>
Mon, 21 Sep 2009 19:33:21 +0000 (15:33 -0400)
basis/help/help.factor

index e31c705e2673882164e112a97765305bc81a699f..8f8ad35bf414db58018db0c693e91db389316115 100644 (file)
@@ -125,7 +125,7 @@ M: word set-article-parent swap "help-parent" set-word-prop ;
 : print-topic ( topic -- )
     >link
     last-element off
-    [ $title ] [ article-content print-content nl ] bi ;
+    [ $title ] [ nl article-content print-content nl ] bi ;
 
 SYMBOL: help-hook