Skip to content
New issue

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

<span id="badge-medals-widget"> to <span class="badge-medals-widget"> #30

Open
echteinfachtv opened this issue Jan 14, 2013 · 2 comments

Comments

@echteinfachtv
Copy link

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">';

@NoahY
Copy link
Owner

NoahY commented Feb 17, 2013

why is id a problem?

@echteinfachtv
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants