diff options
author | Ralph Giles <giles@thaumas.net> | 2019-08-04 17:36:58 -0700 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2019-08-05 10:48:40 +1000 |
commit | 8dda876b231737331af683a620dbc4dbbeb0a21f (patch) | |
tree | c442c0e9e1d05a4fa0975e592aea1a3c21d83f61 /doc/html/license.html | |
parent | f764434a39e8a8715d5871bb263189e5a7298280 (diff) | |
download | flac-8dda876b231737331af683a620dbc4dbbeb0a21f.tar.gz |
doc: Add xmlns attributes.
validator.w3.org wants a namespace declaration for xhtml.
Diffstat (limited to 'doc/html/license.html')
-rw-r--r-- | doc/html/license.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/license.html b/doc/html/license.html index c921787e..22733880 100644 --- a/doc/html/license.html +++ b/doc/html/license.html @@ -6,7 +6,7 @@ <!-- or any later version published by the Free Software Foundation; --> <!-- with no invariant sections. --> <!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html --> -<html> +<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <meta name="author" content="Josh Coalson" /> |