diff options
| author | Hughes Perreault <perreault.hughes@gmail.com> | 2015-11-14 13:57:01 -0500 | 
|---|---|---|
| committer | Hughes Perreault <perreault.hughes@gmail.com> | 2015-11-14 13:57:01 -0500 | 
| commit | 68c659b366b9fde2870c8938b5666550cc59054b (patch) | |
| tree | b86a69908d6b53b0fd5e875d05f2e0f4cc69cc3d | |
| parent | e3de8870ca586cd0f084f00cc96ea540cf022638 (diff) | |
"lang: hu-hu" line was missing
trying to fix issue #2013
| -rw-r--r-- | hu-hu/coffeescript-hu.html.markdown | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/hu-hu/coffeescript-hu.html.markdown b/hu-hu/coffeescript-hu.html.markdown index 267db4d0..b5ae2107 100644 --- a/hu-hu/coffeescript-hu.html.markdown +++ b/hu-hu/coffeescript-hu.html.markdown @@ -5,6 +5,7 @@ contributors:    - ["Xavier Yao", "http://github.com/xavieryao"]  translators:    - ["Tamás Diószegi", "http://github.com/ditam"] +lang: hu-hu  filename: coffeescript-hu.coffee  --- @@ -103,4 +104,4 @@ eat food for food in foods when food isnt 'chocolate'  ## További források  - [Smooth CoffeeScript](http://autotelicum.github.io/Smooth-CoffeeScript/) -- [CoffeeScript Ristretto](https://leanpub.com/coffeescript-ristretto/read)
\ No newline at end of file +- [CoffeeScript Ristretto](https://leanpub.com/coffeescript-ristretto/read) | 
