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
Version: 3.1.14
After updating to Nette 3, link parsing in Latte doesn't work if I have a class/const reference in it.
{link Prayers:Prayers:default \Signaly\Prayers\PrayersPresenter::FILTER_I_PRAY}
This ends with:
Latte\CompileException Unexpected ':' (in '.../Homepage/board.latte' on line 141 at column 27)
It works as in Nette 2.
The text was updated successfully, but these errors were encountered:
nette/latte@e37a7e1
TagLexer: typo in regexp [Closes nette/application#321]
7b31ca7
[latte] TagLexer: typo in regexp [Closes nette/application#321]
19557b0
nette/latte@7b31ca7
No branches or pull requests
Version: 3.1.14
Bug Description
After updating to Nette 3, link parsing in Latte doesn't work if I have a class/const reference in it.
{link Prayers:Prayers:default \Signaly\Prayers\PrayersPresenter::FILTER_I_PRAY}
This ends with:
Expected Behavior
It works as in Nette 2.
The text was updated successfully, but these errors were encountered: