We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
check
>
The following code works: <check if="{{!@user}}">
<check if="{{!@user}}">
But these exampes don't:
<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).
The text was updated successfully, but these errors were encountered:
fix: multi-line template tags, bcosca/fatfree#1285
d3108e1
test: multi-line template tags, bcosca/fatfree#1285
ca2da30
thanks for reporting.
Fixed in latest commit f3-factory/fatfree-core@d3108e1
Sorry, something went wrong.
No branches or pull requests
The following code works:
<check if="{{!@user}}">
But these exampes don't:
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).The text was updated successfully, but these errors were encountered: