
ruz at bestpractical
Apr 10, 2008, 1:47 PM
Post #1 of 1
(106 views)
Permalink
|
|
Re: [3.8beta PATCH 3/3] xhtml: elements which labels reference must have "id"s
|
|
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. _______________________________________________ List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
|