diff options
author | Jacques du Rand <jacquesdr@gmail.com> | 2014-11-23 10:35:22 +0100 |
---|---|---|
committer | Jacques du Rand <jacquesdr@gmail.com> | 2014-11-23 10:35:22 +0100 |
commit | 538d53464eef25ae24205edb400a683a51602a2d (patch) | |
tree | 07bfab6a15e6bf0bfa02dafbea019a6c775ab89b /application | |
parent | 9af43589e27dd8d74a828fe653cf9fa8d1608433 (diff) |
Added missing comma at EOL(right place)
Diffstat (limited to 'application')
-rw-r--r-- | application/config/user_agents.php | 4 |
1 files 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 */ |