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
Hi!
I discovered a tiny bug in the default templates causing a HTML5 validation error.
I had to add quotes. Not a big thing though.
This is the template I used successfully:
<a href="[LINKBANNER]" rel="nofollow"><img src="[URLIMAGE]" alt="[BANNERNAME]"></a>
You can reproduce the problem by looking at the generated code or by using https://validator.w3.org.
Besides that, it is working perfectly!! :) Thank you!
Andy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
I discovered a tiny bug in the default templates causing a HTML5 validation error.
I had to add quotes. Not a big thing though.
This is the template I used successfully:
<a href="[LINKBANNER]" rel="nofollow"><img src="[URLIMAGE]" alt="[BANNERNAME]"></a>
You can reproduce the problem by looking at the generated code or by using https://validator.w3.org.
Besides that, it is working perfectly!! :) Thank you!
Andy
The text was updated successfully, but these errors were encountered: