Re: Line spacing in Jade

Subject: Re: Line spacing in Jade
From: christo@xxxxxxxxxxxxxxxxxx (Frank Christoph)
Date: Wed, 3 Sep 1997 10:30:52 +0900
I just noticed that there was a mistake in my last post.

> (element title
>    (apply make `(paragraph ,@(scale-lines 2) (process-children))))

This should be:

> (element title
>    (apply make `(paragraph ,@(scale-lines 2) ,(process-children))))

--FC

 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread