We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
...and they shouldn't be! Thanks again to user Fred Frist for bring this big bad bug to my attention.
Templates like:
{#selectedLinks} - {.} {/selectedLinks}
Are always failing, but using lower case will work. For example;
{#selectedlinks} - {.} {/selectedlinks}
I'm going to work on this as a priority, though I believe the problem will probably lie in my customized version of mustache.js.
The text was updated successfully, but these errors were encountered:
fixed #171 critical bug which broke case insensivity in template sect…
7e00f98
…ions (inc inverted)
This bug has been fixed by PR #172.
Sorry, something went wrong.
neocotic
No branches or pull requests
...and they shouldn't be! Thanks again to user Fred Frist for bring this big bad bug to my attention.
Templates like:
Are always failing, but using lower case will work. For example;
I'm going to work on this as a priority, though I believe the problem will probably lie in my customized version of mustache.js.
The text was updated successfully, but these errors were encountered: