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

Leading and trailing space being added for tag <%= %> #506

Closed
nwanglu opened this issue Feb 25, 2016 · 3 comments
Closed

Leading and trailing space being added for tag <%= %> #506

nwanglu opened this issue Feb 25, 2016 · 3 comments

Comments

@nwanglu
Copy link

nwanglu commented Feb 25, 2016

Before

<input type="hidden" name="_csrf" value="<%= csrfToken %>" />

After

<input type="hidden" name="_csrf" value=" <%= csrfToken %> ">

Rule

options: {
    removeComments: true,
    collapseWhitespace: true
},
@alexlamsl
Copy link
Collaborator

Same as #502 and #505 - fix submitted in #501

@nwanglu
Copy link
Author

nwanglu commented Feb 25, 2016

Thanks, and when will this fix be submitted into NPM?

@grimmdude
Copy link

Looking forward to this fix too, thanks.

-Garrett

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants