diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-15 11:43:09 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-15 11:43:09 (EDT) |
commit | 093a422484d204016e574762f4f53cead1ee5e1f (patch) | |
tree | f3ae4a6e4be5641ba6e0b8a61eede1107a89cd67 /site/index.php | |
parent | 01895ec041b3a4cc13d833d51e20bc1d097a6d7e (diff) | |
download | libreboot.org-093a422484d204016e574762f4f53cead1ee5e1f.zip libreboot.org-093a422484d204016e574762f4f53cead1ee5e1f.tar.gz libreboot.org-093a422484d204016e574762f4f53cead1ee5e1f.tar.bz2 |
keywords, not Keywords
Diffstat (limited to 'site/index.php')
-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 4e3fb62..6e74917 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 http-equiv="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> |