> From: Jeremy Huntwork <[email protected]> > Date: Thu, 25 May 2017 17:43:35 -0400 > > On 5/25/17 5:38 PM, Ken Moffat wrote: > > On Thu, May 25, 2017 at 04:44:59PM -0400, Jeremy Huntwork wrote: > >> On 5/25/17 4:42 PM, akhiezer wrote: > >>> OK, I see an apparently-unbalanced 'dl' tag in: > >>> > >>> http://www.linuxfromscratch.org/lfs/faq.html > >>> > >>> ; a few lines after the line (omitting html tags here): > >>> > >>> wget --input-file=LFS-BOOK-x.y-wget-list > >>> > >>> NB of course that, in the usual way, this is just reporting the first > >>> instance of an unbalanced tag: it o/c does not necessarily mean that > >>> the tag should not be there - e.g. it may be unbalanced because other > >>> tags/&c are missing. > >> > >> Yes, on line 434 there's a missing opening <dl> > >> > >> JH > > > > Now I'm *really* confused. Line 434 is in the middle of a > > paragraph, copying by hand > > > > packages form the heart of your LFS system, (etc) > > > > Will reply to akh in a few minutes when I've looked for the text he > > mentioned. > > > When I view the source of http://www.linuxfromscratch.org/lfs/faq.html, > my browser shows me line numbers. This is what I see starting on line 432: > > </dd> > </dl> > <dt id="wget">Is there a way to download all current files at > one time?</dt> > <dd> > <p>Yes. You can download the file LFS-BOOK-x.y-wget-list <a href= > "http://www.linuxfromscratch.org/lfs/downloads/stable"> > http://www.linuxfromscratch.org/lfs/downloads/stable</a>. To > download all the files, > use the version of <code>wget</code> on your host > distribution to run:</p> > > <code>wget --input-file=LFS-BOOK-x.y-wget-list</code> > > </dd> > </dl> > > After that first </dl> on 433 there should be another opening <dl> on > line 434.
Not necessarily: I'd suggest that the closing-dl-tag that is on the line immediately before the text, 'Is there a way to download all current files', be deleted. This would be due to the structure of the page: basically, dl lists are only started after h3-level titles/headers. akh -- -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
