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

Space around <span> regression #427

Closed
bep opened this issue Jul 15, 2021 · 0 comments
Closed

Space around <span> regression #427

bep opened this issue Jul 15, 2021 · 0 comments

Comments

@bep
Copy link

bep commented Jul 15, 2021

Not sure when this happened, but now this:

<div class="modal-body" data-bind="if: fydSummary()">
You finished
<span data-bind="text: summary().count"></span> your Project,
answering <span data-bind="text: summary().total"></span> of
<span data-bind="text: summary().count"></span>
correctly.
</div>

Minifies to:

<div class=modal-body data-bind="if: fydSummary()">You finished
<span data-bind="text: summary().count"></span>your Project,
answering <span data-bind="text: summary().total"></span>of
<span data-bind="text: summary().count"></span>correctly.</div>
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