diff options
| author | Amar Sood <mail@tekacs.com> | 2014-07-22 13:06:18 +0100 | 
|---|---|---|
| committer | Amar Sood <mail@tekacs.com> | 2014-07-22 13:06:18 +0100 | 
| commit | cf3ea24d41cade2420c85c54e71228561f43b354 (patch) | |
| tree | 0caec63f0078f7e4bf891ac963dae37a4a8392ba | |
| parent | 601fff5f01fc85bf51c1241b13328971b4c3bbaf (diff) | |
Fix 'filename' collision between csharp{,-fr}.html.markdown
Both were set to LearnCSharp.cs, so the live site has been serving the French version for English.
(see set_rawcode: https://github.com/adambard/learnxinyminutes-site/blob/547a620dd8dc78f8518b0072e456ae2d384a0465/config.rb#L103)
| -rw-r--r-- | fr-fr/csharp-fr.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fr-fr/csharp-fr.html.markdown b/fr-fr/csharp-fr.html.markdown index c1641716..e51eacc8 100644 --- a/fr-fr/csharp-fr.html.markdown +++ b/fr-fr/csharp-fr.html.markdown @@ -7,7 +7,7 @@ contributors:      - ["Shaun McCarthy", "http://www.shaunmccarthy.com"]  translators:      - ["Olivier Hoarau", "https://github.com/Olwaro"] -filename: LearnCSharp.cs +filename: LearnCSharp-fr.cs  lang: fr-fr  --- | 
