From 341a9dc521c07b2ba95e3090d86f65923f2f8c54 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 1 Sep 2016 08:04:57 +0200 Subject: [PATCH] fixing whitespace foo --- htdocs/application/config/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/application/config/config.php b/htdocs/application/config/config.php index f798d56..9ba0f4f 100644 --- a/htdocs/application/config/config.php +++ b/htdocs/application/config/config.php @@ -419,10 +419,10 @@ $config['proxy_ips'] = ''; | Favorite Languages |-------------------------------------------------------------------------- | -| The favorite languages, that's at the beginning of the list. +| The favorite languages, that's at the beginning of the list. | */ -$config['favorite_languages'] = array('text', 'html5', 'css', 'javascript', 'php', 'python', 'ruby', +$config['favorite_languages'] = array('text', 'html5', 'css', 'javascript', 'php', 'python', 'ruby', 'lua', 'bash', 'erlang', 'go', 'c', 'cpp', 'diff', 'latex', 'sql', 'xml'); /* End of file config.php */