From 992a49839f7219f58969fce09e19e0118ead559b Mon Sep 17 00:00:00 2001 From: Keith Lazuka Date: Mon, 21 Sep 2009 15:33:21 -0400 Subject: [PATCH] help: inserted a blank line between the title and the article content. --- basis/help/help.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/help/help.factor b/basis/help/help.factor index e31c705e26..8f8ad35bf4 100644 --- a/basis/help/help.factor +++ b/basis/help/help.factor @@ -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