From c4419ba4a3cdac7665580b1587474900de1ae50c Mon Sep 17 00:00:00 2001 From: Keith Lazuka Date: Mon, 21 Sep 2009 15:41:04 -0400 Subject: [PATCH] help.markup: made $nl less promiscuous with its newlines --- basis/help/markup/markup.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/help/markup/markup.factor b/basis/help/markup/markup.factor index b438c97084..0201e86b3f 100644 --- a/basis/help/markup/markup.factor +++ b/basis/help/markup/markup.factor @@ -71,7 +71,7 @@ ALIAS: $slot $snippet ] ($span) ; : $nl ( children -- ) - nl nl drop ; + nl last-block? [ nl ] unless drop ; ! Some blocks : ($heading) ( children quot -- )