[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: HTML syntax errors



On Thu, Jan 03, 2002 at 03:44:31PM -0500, James A. Treacy wrote:
> On Thu, Jan 03, 2002 at 06:04:41PM +0100, Denis Barbier wrote:
> > Hi,
> > 
> > http://people.debian.org/~barbier/validate/en contains a list of errors
> > reported by an HTML validator (wdg-html-validator) for all English pages
> > except /doc/manuals/ and /releases/.
> > Do we want to fix those syntax errors?
> > 
> The validator has some problems:

I don't think so ;)

> *** Errors validating /org/www.debian.org/www/mirror/ftpmirror.en.html: ***
> Line 148, character 76:  general entity "content-type" not defined and no default entity

Such errors about entities are due to wrong URLs, one *must* write
   <a href="foo?bar&amp;baz">
instead of
   <a href="foo?bar&baz">

Denis



Reply to: