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
Given this code in frontend:
<input id="sys_txt_keyword" class="txt-keyword" type="text" placeholder="<?=Lx::t("trusthau", "Search Actions")?>"/>
the resulting HTML is
<input id="sys_txt_keyword" class="txt-keyword" type="text" placeholder="<span class="language-item" data-category="trusthau" data-hash="5fdaa9de184eb548e41805c2be378e9d" data-language_id="it-IT" data-params="[]">Search Actions</span>"/>
which is invalid...
I don't know if you want to fix Lx::t or just add in the documentation not to use it in non viewable strings
Lx::t
The text was updated successfully, but these errors were encountered:
80a580e
Thanks!
Sorry, something went wrong.
No branches or pull requests
Given this code in frontend:
the resulting HTML is
which is invalid...
I don't know if you want to fix
Lx::t
or just add in the documentation not to use it in non viewable stringsThe text was updated successfully, but these errors were encountered: