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
Just for proper html validation:
Please change qa-plugin.php line 415 from:
$output='<span id="badge-medals-widget">';
to:
$output='<span class="badge-medals-widget">';
The text was updated successfully, but these errors were encountered:
why is id a problem?
Sorry, something went wrong.
Because an ID should be unique, a CLASS can be assigned to many html elements.
I am not sure but I found some IDs being used several times. (Cannot remember if the one above is the one / is the only one.)
This is just for proper HTML... minor issue.
No branches or pull requests
Just for proper html validation:
Please change qa-plugin.php line 415 from:
$output='<span id="badge-medals-widget">';
to:
$output='<span class="badge-medals-widget">';
The text was updated successfully, but these errors were encountered: