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

Issue with line breaking #12

Open
ConorCorp opened this issue Jul 12, 2024 · 0 comments
Open

Issue with line breaking #12

ConorCorp opened this issue Jul 12, 2024 · 0 comments

Comments

@ConorCorp
Copy link

ConorCorp commented Jul 12, 2024

Hey again,

Small issue I'm seeing with .ejs and htmx.

<div>
  <%- include(`${paths.common}/loading`, {className: "htmx-indicator self-center w-8 h-8 stroke-base-content", id: "login-indicator"}) %>
</div>

On save, this code line breaks in the middle of the className string, which breaks the html.

<div>
  <%- include(`${paths.common}/loading`, {className: "htmx-indicator 
self-center w-8 h-8 stroke-base-content", id: "login-indicator"}) %>
</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