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

Additional attribute '\t'='' appears if we use multiline attributes #796

Closed
Inversion-des opened this issue Jan 8, 2018 · 1 comment
Closed

Comments

@Inversion-des
Copy link

There is some problem with render:

div
	p[
		id="marvin"
		class="martian"
		data-info="Illudium Q-36"
	]
	p Next line

produces
<div><p \t="" class="martian" data-info="Illudium Q-36" id="marvin"></p><p>Next line</p></div>
Attribute \t="" is wrong here.

Inversion-des added a commit to Inversion-des/slim that referenced this issue Jan 8, 2018
@Inversion-des
Copy link
Author

Inversion-des commented Jan 8, 2018

I use this workaround (Inversion-des@8857e41), but there should be some better solution.

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

1 participant