diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2018-04-24 14:06:40 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2018-05-17 11:06:31 -0700 |
commit | 2206c13123edd4021df0dd3b165db48b07e17268 (patch) | |
tree | 710d17fcca7b6208a6b93a86cbbd68c7abfcdbfe | |
parent | 2a2240f41c210557d32717f7fd041a294562e1d1 (diff) |
docs/meson.html: fix numerous issues spotted by xmllintmeson-windows
-rw-r--r-- | docs/meson.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/meson.html b/docs/meson.html index a736363c6c..886352964a 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" /> </head> <body> @@ -239,7 +239,6 @@ is unrelated to the <code>buildtype</code>; setting the latter to </p> </dd> </dl> - </div> </body> </html> |