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

Tag check doesn't work if the > of the opening tag is on the next line. #1285

Closed
cardinal-II opened this issue Sep 11, 2024 · 1 comment
Closed

Comments

@cardinal-II
Copy link

cardinal-II commented Sep 11, 2024

The following code works:
<check if="{{!@user}}">

<check 
  if="{{!@user}}">

But these exampes don't:

<check if="{{!@user}}"
>
<check 
  if="{{!@user}}"
  >

I guess this is because the > of the opening tag is on the next line. That happens if you let your VS code format the code (ctrl + shift + i).

ikkez pushed a commit to f3-factory/fatfree-core that referenced this issue Sep 22, 2024
ikkez pushed a commit to f3-factory/fatfree-dev that referenced this issue Sep 22, 2024
@ikkez
Copy link
Collaborator

ikkez commented Sep 22, 2024

thanks for reporting.

Fixed in latest commit f3-factory/fatfree-core@d3108e1

@ikkez ikkez closed this as completed Sep 22, 2024
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

2 participants