瀏覽代碼

Merge branch 'saleyn-erlydtl'

pull/3/head
Dave Smith 12 年之前
父節點
當前提交
78fa8fc3d5
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/rebar_erlydtl_compiler.erl

+ 1
- 1
src/rebar_erlydtl_compiler.erl 查看文件

@ -133,7 +133,7 @@ erlydtl_opts(Config) ->
Tuples = [{K,V} || {K,V} <- Opts],
case [L || L <- Opts, is_list(L), not io_lib:printable_list(L)] of
[] ->
lists:keysort(1, Tuples);
[lists:keysort(1, Tuples)];
Lists ->
lists:map(fun(L) ->
lists:keysort(1, lists:foldl(fun({K,T}, Acc) ->

Loading…
取消
儲存