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

Passing 0 as element content collapses the element. #117

Closed
pixelfreak opened this issue Apr 7, 2016 · 5 comments
Closed

Passing 0 as element content collapses the element. #117

pixelfreak opened this issue Apr 7, 2016 · 5 comments
Labels

Comments

@pixelfreak
Copy link

When passing the integer 0 the content to an element. It used to be this:

<element>0</element>

Now it's:

<element />

Is this intentional? Why?

@oozcitak
Copy link
Owner

oozcitak commented Apr 7, 2016

No, this is a bug. I'm looking into it.

@oozcitak oozcitak added the Bug label Apr 7, 2016
@oozcitak
Copy link
Owner

oozcitak commented Apr 7, 2016

Fixed with 579f361

@oozcitak oozcitak closed this as completed Apr 7, 2016
@pixelfreak
Copy link
Author

Thanks, is this going to be part of 8.2.2?

@oozcitak
Copy link
Owner

oozcitak commented Apr 8, 2016

The fix is in the current 8.2.1 release.

@oozcitak
Copy link
Owner

oozcitak commented Apr 8, 2016

Also fixed this bug in callback mode (i.e. begin with a callback function) This fix is in 8.2.2.

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

2 participants