
jlong at messiah
Apr 10, 2008, 1:01 PM
Post #1 of 1
(236 views)
Permalink
|
|
[3.8beta PATCH 3/3] xhtml: elements which labels reference must have "id"s
|
|
This patch contains fix for output like this: <label class="horizontal" for="NewReminder-Subject" >Subject:</label> <input type="text" size="15" name="NewReminder-Subject" /> Validator complains: reference to non-existent ID "NewReminder-Owner" . The problem is the <input> attribute needs an "id" attribute so that the <label> can reference it. This patch adds an "id" attribute. --- html/Elements/SelectOwner | 2 +- html/Ticket/Elements/Reminders | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (Patch is attached)
|