[Rt-devel] [3.8beta PATCH 3/3] xhtml: elements which labels reference must have "id"s
Ruslan Zakirov
ruz at bestpractical.com
Thu Apr 10 16:47:48 EDT 2008
applied, thanks.
2008/4/11 Jason Long <jlong at messiah.edu>:
> 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)
>
> _______________________________________________
> List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
>
>
--
Best regards, Ruslan.
More information about the Rt-devel
mailing list