q2a-badges icon indicating copy to clipboard operation
q2a-badges copied to clipboard

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

Open echteinfachtv opened this issue 12 years ago • 2 comments

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

echteinfachtv avatar Jan 14 '13 14:01 echteinfachtv

why is id a problem?

NoahY avatar Feb 17 '13 22:02 NoahY

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.

echteinfachtv avatar Feb 17 '13 23:02 echteinfachtv