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
@Tag.Custom("h1","Have fun in Millau") renders to <h1></h1>
@Tag.Custom("h1","Have fun in Millau")
<h1></h1>
It should render to <h1>Have fun in Millau</h1>
<h1>Have fun in Millau</h1>
Tested with DNN 9.10.2., 2sxc V14.0.7 and current templates for content.
The text was updated successfully, but these errors were encountered:
thx, will check asap!
Sorry, something went wrong.
I can verify the bug, fixing it. Thx for the speedy issue report !
Speedy? Thanks for the instant new release!
fix issue from last release where tag content was lost #21
22a823b
No branches or pull requests
@Tag.Custom("h1","Have fun in Millau")
renders to<h1></h1>
Expected
It should render to
<h1>Have fun in Millau</h1>
Environment
Tested with DNN 9.10.2., 2sxc V14.0.7 and current templates for content.
The text was updated successfully, but these errors were encountered: