From owner-freebsd-doc Wed Jul 4 22:28:40 2001 Delivered-To: freebsd-doc@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 9DAF037B401 for ; Wed, 4 Jul 2001 22:28:36 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: from hornet.unixfreak.org (hornet [63.198.170.140]) by bazooka.unixfreak.org (Postfix) with ESMTP id E8F253E28; Wed, 4 Jul 2001 22:28:35 -0700 (PDT) To: Giorgos Keramidas Cc: doc@freebsd.org Subject: Re: tag usage and html output In-Reply-To: <20010705042455.A99324@hades.hell.gr>; from keramida@ceid.upatras.gr on "Thu, 5 Jul 2001 04:24:56 +0300" Date: Wed, 04 Jul 2001 22:28:35 -0700 From: Dima Dorfman Message-Id: <20010705052835.E8F253E28@bazooka.unixfreak.org> Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Giorgos Keramidas writes: > I have been looking at the doc/ sources since last night here, and I > noticed that tags are used almost everywhere with SGML code > like the one below: > > &prompt.root; pkg_add package name erinput> > > > that is, with the closing tag on a new line, by itself. This is a bug in the document. > The w3m browsers seems to handle the following case nicely: > >
> 	text here
> 	
This is a bug in w3m. > Is there anything we can do about it, except for changing all > -occurences to read ... (without a newline > bfore the closing tag)? We can modify the stylesheet to collapse whitespace before the end tag, but that's ugly. The proper fix is to have on the same line. Don't bother sending a PR; I'll fix this. Thanks, Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message