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
There are a number of places where inline style attributes have been used instead of using the correct element.
Change the span elements to div elements and remove the style attributes
span
div
style
The text was updated successfully, but these errors were encountered:
Tempted to say this isn't an issue because these will get removed as part of replacing the view helpers with the standardised design patterns.
The source won't even live here eventually.
Sorry, something went wrong.
Tempted to say this isn't an issue because these will get removed as part of replacing the view helpers with the standardised design patterns
Agreed - just wanted to document it even if potentially it had no point
No branches or pull requests
Problem
There are a number of places where inline style attributes have been used instead of using the correct element.
Solution
Change the
span
elements todiv
elements and remove thestyle
attributesThe text was updated successfully, but these errors were encountered: