summaryrefslogtreecommitdiffstats
path: root/lib/template/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/template/index.js')
-rw-r--r--lib/template/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/template/index.js b/lib/template/index.js
index fc7603d..eb62549 100644
--- a/lib/template/index.js
+++ b/lib/template/index.js
@@ -202,7 +202,7 @@ TemplateEngine.prototype.addBlock = function(name, block) {
lastBlockArgs = parser.parseSignature(null, true);
parser.advanceAfterBlockEnd(lastBlockName);
}
- } while (lastBlockName != block.end)
+ } while (lastBlockName != block.end);
parser.advanceAfterBlockEnd();