diff options
-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> |