diff options
Diffstat (limited to 'h-source/Application/Views')
-rw-r--r-- | h-source/Application/Views/header.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Views/header.php b/h-source/Application/Views/header.php index 96f1a8c..c70ba59 100644 --- a/h-source/Application/Views/header.php +++ b/h-source/Application/Views/header.php @@ -31,8 +31,8 @@ $currPos = $querySanitized ? $this->controller."/".$this->action : 'home/index'; <title><?php echo $title;?></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> - <meta name="description" content="free software project with the aim of collecting informations about the hardware that work with a fully free operating system" /> - <meta name="keywords" content="free software GNU Linux distribution hardware wiki users freedom" /> + <meta name="description" content="free software project with the aim of collecting information about the hardware that works with a fully free operating system" /> + <meta name="keywords" content="hardware database free software GNU Linux distribution wiki users freedom" /> <link rel="stylesheet" type="text/css" href="<?php echo $this->baseUrl?>/Public/Css/main.css"> <link rel="Shortcut Icon" href="<?php echo $this->baseUrl?>/Public/Img/tab_icon_2.ico" type="image/x-icon"> |