瀏覽代碼

Merge pull request #208 from goofansu/fix-typo-rebar-erlydtl-compiler

Fix typo in rebar_erlydtl_compiler
pull/3/head
Jared Morrow 11 年之前
父節點
當前提交
fa1a2b53fd
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/rebar_erlydtl_compiler.erl

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

@ -89,7 +89,7 @@
%% {doc_root, "src"}, {module_ext, "_dtl"}
%% ],
%% [
%% {doc_root, "templates", {module_ext, ""}, {source_ext, ".html"}
%% {doc_root, "templates"}, {module_ext, ""}, {source_ext, ".html"}
%% ]
%% ]}.
-module(rebar_erlydtl_compiler).

Loading…
取消
儲存