Fix validity and correctness of r63342
authorAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 9 Mar 2010 19:47:05 +0000 (19:47 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 9 Mar 2010 19:47:05 +0000 (19:47 +0000)
commita70cf9007d5f1023d4defd49fef4e132b8926cce
tree577e500c0c10a1c5c0d9232eea6e285c31b09b57
parent1f6c59acfc6406c89ca6fd561b3c8f07d23a122f
Fix validity and correctness of r63342

The name attribute may only be used on <a> if an id attribute with
identical value is given on the same element.  I moved the id to the tr
so it leaves a bit of space at the top, rather than using a name
attribute at all.  Also, we need to call Sanitizer::escapeId() on the
group key, lest people use spaces or something in the group key (not
advisable, but possible).
includes/specials/SpecialListgrouprights.php