diff options
| -rw-r--r-- | luigi-template.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/luigi-template.js b/luigi-template.js index 3214143..5324bdd 100644 --- a/luigi-template.js +++ b/luigi-template.js @@ -239,7 +239,7 @@ LuigiTemplate = (function() {        r.push({          name: m[1], -        args: trim(md[2]).split(RES.delim_args) +        args: trim(m[2]).split(RES.delim_args)        });      }); | 
