summaryrefslogtreecommitdiffstats
path: root/application/config/user_agents.php
diff options
context:
space:
mode:
authorJacques du Rand <jacquesdr@gmail.com>2014-11-23 10:34:02 +0100
committerJacques du Rand <jacquesdr@gmail.com>2014-11-23 10:34:02 +0100
commit9af43589e27dd8d74a828fe653cf9fa8d1608433 (patch)
tree58557be73b92829dc3498d8a85f4f8f014fb1997 /application/config/user_agents.php
parent70ba13a3ba92852dddb6f2cb058932b332ed8773 (diff)
Added missing comma at EOL
Diffstat (limited to 'application/config/user_agents.php')
-rw-r--r--application/config/user_agents.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php
index 5a6428611..c983fdf13 100644
--- a/application/config/user_agents.php
+++ b/application/config/user_agents.php
@@ -242,7 +242,7 @@ $robots = array(
'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 */