Also, why add a brace and then remove it?
This commit is contained in:
@@ -457,7 +457,7 @@ public class Mustache
|
|||||||
int end3 = (char)source.read();
|
int end3 = (char)source.read();
|
||||||
if (end3 != '}') {
|
if (end3 != '}') {
|
||||||
throw new MustacheParseException(
|
throw new MustacheParseException(
|
||||||
"Invalid triple-mustache tag: {{{" + text.substring(1) + "}}", line);
|
"Invalid triple-mustache tag: {{" + text + "}}", line);
|
||||||
}
|
}
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
throw new MustacheException(e);
|
throw new MustacheException(e);
|
||||||
|
|||||||
Reference in New Issue
Block a user