Xhtml: fully specify attribute values

In XHTML, the use of “attribute minimization”, where the equals sign
and value is left out, is not allowed.

I.e., replace this

with

The value of fixing these things is debatable, but RT is claiming
strict XHTML compliance, and validators complain about things like
this, so here is the fix.

share/html/Admin/CustomFields/Modify.html | 4 +±-
share/html/Admin/Elements/SelectGroups | 2 ±
share/html/Admin/Elements/SelectNewGroupMembers | 4 +±-
share/html/Admin/Elements/SelectRights | 2 ±
share/html/Admin/Elements/SelectUsers | 2 ±
share/html/Approvals/Elements/PendingMyApproval | 8 +++±—
share/html/Search/Elements/EditFormat | 2 ±
share/html/Search/Elements/EditQuery | 2 ±
8 files changed, 13 insertions(+), 13 deletions(-)

(Patch is attached)

xhtml-no-attribute-minimization.patch (6.34 KB)