diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-15 11:44:56 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-15 11:44:56 (EDT) |
commit | 3e0f482779575485f8b12b611658537658bde80e (patch) | |
tree | 3411e9b43c2872383d271241e649571451606af7 /site | |
parent | 093a422484d204016e574762f4f53cead1ee5e1f (diff) | |
download | libreboot.org-3e0f482779575485f8b12b611658537658bde80e.zip libreboot.org-3e0f482779575485f8b12b611658537658bde80e.tar.gz libreboot.org-3e0f482779575485f8b12b611658537658bde80e.tar.bz2 |
keywoards: meta name, not meta http-equiv
Diffstat (limited to 'site')
-rw-r--r-- | site/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/index.php b/site/index.php index 6e74917..5ead624 100644 --- a/site/index.php +++ b/site/index.php @@ -27,7 +27,7 @@ <style type="text/css"> <?php echo miniCss(file_get_contents("common/css/main.css")); ?> </style> - <meta http-equiv="keywords" content="free software, open source, FOSS, FLOSS, OSS, libre software, gnu, linux, libreboot, coreboot, bios, uefi, firmware" /> + <meta name="keywords" content="free software, open source, FOSS, FLOSS, OSS, libre software, gnu, linux, libreboot, coreboot, bios, uefi, firmware" /> <title><?php echo gettext("Libreboot project"); ?></title> </head> |