1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-23 22:10:55 +01:00

Merge pull request #204 from hfcorriez/master

Fix a mission comma
This commit is contained in:
Evan Priestley 2012-09-17 20:48:09 -07:00
commit 670ddf2178

View file

@ -1228,7 +1228,7 @@ return array(
'objc' => 'Objective-C', 'objc' => 'Objective-C',
'perl' => 'Perl', 'perl' => 'Perl',
'php' => 'PHP', 'php' => 'PHP',
'rest' => 'reStructuredText' 'rest' => 'reStructuredText',
'text' => 'Plain Text', 'text' => 'Plain Text',
'python' => 'Python', 'python' => 'Python',
'rainbow' => 'Rainbow', 'rainbow' => 'Rainbow',