Skip to content
New issue

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

Sections are case sensitive #171

Closed
neocotic opened this issue May 4, 2013 · 1 comment
Closed

Sections are case sensitive #171

neocotic opened this issue May 4, 2013 · 1 comment
Assignees
Labels
Milestone

Comments

@neocotic
Copy link
Member

neocotic commented May 4, 2013

...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.

@ghost ghost assigned neocotic May 4, 2013
neocotic added a commit that referenced this issue May 4, 2013
@neocotic neocotic mentioned this issue May 4, 2013
@neocotic
Copy link
Member Author

neocotic commented May 4, 2013

This bug has been fixed by PR #172.

@neocotic neocotic closed this as completed May 4, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant