Also, why add a brace and then remove it?

This commit is contained in:
Michael Bayne
2014-03-12 11:23:16 -07:00
parent 5c3a93e079
commit d1c8a665a9
@@ -457,7 +457,7 @@ public class Mustache
int end3 = (char)source.read();
if (end3 != '}') {
throw new MustacheParseException(
"Invalid triple-mustache tag: {{{" + text.substring(1) + "}}", line);
"Invalid triple-mustache tag: {{" + text + "}}", line);
}
} catch (IOException e) {
throw new MustacheException(e);