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

For loop template doesn't render arrays with one single item #11

Closed
pebly opened this issue May 8, 2020 · 1 comment
Closed

For loop template doesn't render arrays with one single item #11

pebly opened this issue May 8, 2020 · 1 comment
Assignees
Labels
bug Something isn't working fixed The reported problem was fixed

Comments

@pebly
Copy link
Contributor

pebly commented May 8, 2020

Loop template doesn't render arrays that contains only one item of any type.

{{for item in ['any string']}}
  {{item}} <!-- Item is not rendered -->
{{endfor}}
@UnexomWid UnexomWid self-assigned this May 8, 2020
@UnexomWid UnexomWid added the bug Something isn't working label May 8, 2020
@UnexomWid
Copy link
Owner

Fixed.

@UnexomWid UnexomWid added the fixed The reported problem was fixed label May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed The reported problem was fixed
Projects
None yet
Development

No branches or pull requests

2 participants