From 538d53464eef25ae24205edb400a683a51602a2d Mon Sep 17 00:00:00 2001 From: Jacques du Rand Date: Sun, 23 Nov 2014 11:35:22 +0200 Subject: Added missing comma at EOL(right place) --- application/config/user_agents.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/config/user_agents.php b/application/config/user_agents.php index c983fdf13..8f9880e53 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -237,12 +237,12 @@ $robots = array( 'fastcrawler' => 'FastCrawler', 'infoseek' => 'InfoSeek Robot 1.0', 'lycos' => 'Lycos', - 'yandex' => 'YandexBot' + 'yandex' => 'YandexBot', 'mediapartners-google' => 'MediaPartners Google', 'CRAZYWEBCRAWLER' => 'Crazy Webcrawler', 'adsbot-google' => 'AdsBot Google', 'feedfetcher-google' => 'Feedfetcher Google', - 'curious george' => 'Curious George', + 'curious george' => 'Curious George' ); /* End of file user_agents.php */ -- cgit v1.2.3-24-g4f1b