Browse Source

Merge pull request #198 from nuex/change-include-path

Remove Path Prefix in i18n Sources Parser
Andreas Stenius 10 years ago
parent
commit
484cf1145d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/i18n/sources_parser.erl

+ 1 - 1
src/i18n/sources_parser.erl

@@ -35,7 +35,7 @@
 %% Include files
 %%
 
--include("include/erlydtl_ext.hrl").
+-include("erlydtl_ext.hrl").
 
 -record(phrase, {msgid :: string(),
                  msgid_plural :: string() | undefined,