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

Wrong return background-image: url(http:// #1

Closed
hzlzh opened this issue Jan 3, 2016 · 3 comments
Closed

Wrong return background-image: url(http:// #1

hzlzh opened this issue Jan 3, 2016 · 3 comments
Assignees
Labels

Comments

@hzlzh
Copy link

hzlzh commented Jan 3, 2016

In
<span style="background-image: url(http://temp.im/100x100);" class="listview__thumb-img"></span>
Out
{ 'background-image': 'url(http' }

When we use var attrs = parseAttrs(node.attrs); it returns wrong output:

@maltsev maltsev added the bug label Jan 4, 2016
@maltsev maltsev self-assigned this Jan 4, 2016
@maltsev
Copy link
Member

maltsev commented Jan 4, 2016

@hzlzh thank you for the bug report. I'll fix it today.

@hzlzh
Copy link
Author

hzlzh commented Jan 4, 2016

@maltsev cheers~ wait for you update, thx

maltsev added a commit that referenced this issue Jan 4, 2016
@maltsev
Copy link
Member

maltsev commented Jan 4, 2016

Done: 0.1.1

@maltsev maltsev closed this as completed Jan 4, 2016
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