This commit is contained in:
harttle
2016-06-19 00:46:29 +08:00
parent 4595e2872e
commit 1bc6d9355a
7 changed files with 57 additions and 58 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ module.exports = function(Tag, Filter) {
function parseTag(token, tokens) {
if (token.name === 'continue' || token.name === 'break') return token;
return Tag.construct(token).parse(tokens);
return Tag.construct(token, tokens);
}
function parseOutput(str) {