line numbers are numbers, not strings.

This commit is contained in:
Justin Hileman
2014-02-20 10:31:41 -08:00
parent e00bebd141
commit 1d8db69fb6
+1 -1
View File
@@ -120,7 +120,7 @@ class Mustache_Parser
if (isset($parent)) {
$msg = sprintf(
'Missing closing tag: %s opened on line %s',
'Missing closing tag: %s opened on line %d',
$parent[Mustache_Tokenizer::NAME],
$parent[Mustache_Tokenizer::LINE]
);