On Tue, Jun 12, 2018 at 1:03 AM Dylan Baker <dy...@pnwbakers.com> wrote: > > --- > docs/meson.html | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/docs/meson.html b/docs/meson.html > index 6697dbb34ef..7541e7a71b0 100644 > --- a/docs/meson.html > +++ b/docs/meson.html > @@ -1,9 +1,9 @@ > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" > "http://www.w3.org/TR/html4/loose.dtd"> > <html lang="en"> > <head> > - <meta http-equiv="content-type" content="text/html; charset=utf-8"> > + <meta http-equiv="content-type" content="text/html; charset=utf-8" /> > <title>Compilation and Installation using Meson</title> > - <link rel="stylesheet" type="text/css" href="mesa.css"> > + <link rel="stylesheet" type="text/css" href="mesa.css" />
This is incorrect. This file is HTML, not XHTML. You don't close these tags in HTML. See for instance here for an example from the spec: https://www.w3.org/TR/html401/struct/global.html#h-7.4.4 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev