From 9af43589e27dd8d74a828fe653cf9fa8d1608433 Mon Sep 17 00:00:00 2001 From: Jacques du Rand Date: Sun, 23 Nov 2014 11:34:02 +0200 Subject: Added missing comma at EOL --- application/config/user_agents.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/config/user_agents.php') 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 */ -- cgit v1.2.3-24-g4f1b