Closed robbymarston closed 9 years ago
Couldn't reproduce an issue. I've created working jsFiddle with your data: http://jsfiddle.net/shXMF/ I guess we need more details. How exactly do you use it?
Please verify that you're using the latest version of Mustache.js. That means not one that comes with icanhaz.js or the one on the Mustache website :)
In jsFiddle(http://jsfiddle.net/shXMF/) I've used mustache downloaded from here(git) - version 0.7.2 Also I've checked it with icanhaz.js and some other sources but I still can't reproduce it, have I missed something?
@iarovyi Sorry, my comment was for OP, not for you. It's all too common that people run into issues because they have a really outdated version of mustache.js :)
Close-a-lull-able?
I'll close this issue due to inactivity. If it's still relevant, leave a comment and I'll reopen.
I'm outputting HTML using triple curly-brackets and it seems to stop rendering half way through my code. I've checked the source and there's no illegal character or any other red flags at the break point. The content is for a parenting website, here it is:
It breaks just after the sentence, "For this reason, The Handbook for the Postnatal Period has been written to accommodate this tendency to not hear anything about what happens after the birth."
The object looks something like this:
and the HTML:
Any help is appreciate, this one's got me stumped! Thank you :)