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: 2.9.2
I am not able to render component into HTML attribute, it fails with Tag {control} must be used in HTML text.
Tag {control} must be used in HTML text.
control
<html lang="{control languageCode}">
<html lang="cs">
Allow it.
{capture $languageCode}{control languageCode}{/capture} <html lang="{$languageCode}">
works, but…
The text was updated successfully, but these errors were encountered:
Related to #232. It's not a bug, but a bugfix.
Sorry, something went wrong.
nette/application@6d81a0e
[application] UIMacros: {control} can be used in HTML attribute [Closes
15825a5
nette/latte#250]
1578176
No branches or pull requests
Version: 2.9.2
Bug Description
I am not able to render component into HTML attribute, it fails with
Tag {control} must be used in HTML text.
Steps To Reproduce
control
macro into HTML attribute, e.g.:<html lang="{control languageCode}">
Expected Behavior
<html lang="cs">
Possible Solution
Allow it.
Workaround
works, but…
The text was updated successfully, but these errors were encountered: