
sunnavy at bestpractical
May 30, 2008, 8:46 AM
Post #2 of 2
(621 views)
Permalink
|
|
Re: [3.8beta PATCH] xhtml: superfluous encoding of XHTML attributes
[In reply to]
|
|
thanks, applied :) On May 30, 2008, at 11:16 PM, Jason Long wrote: > RT is making XHTML that looks like this > > ... name="ShowDisabled" value="1" checked="checked" /> > > This means xhtml code is being unnecessarily "encoded", > leading to bad XHTML output. > > This patch addresses some (but maybe not all) places where this is > happening. > --- > > share/html/Admin/CustomFields/index.html | 2 +- > share/html/Admin/Queues/Modify.html | 6 +++--- > share/html/Admin/Queues/index.html | 2 +- > share/html/Elements/SelectBoolean | 4 ++-- > share/html/Elements/SelectMatch | 8 ++++---- > share/html/Elements/SelectResultsPerPage | 2 +- > share/html/Search/Elements/SelectGroupBy | 2 +- > 7 files changed, 13 insertions(+), 13 deletions(-) > > (Patch is attached) > <xhtml-attribute-encoded- > chars.patch>_______________________________________________ > List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel best wishes sunnavy _______________________________________________ List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
|