
jlong at messiah
Apr 11, 2008, 5:23 AM
Post #1 of 1
(109 views)
Permalink
|
|
Re: [3.8beta PATCH 1/3] xhtml: uppercase element names/attributes
|
|
Looks good. Jason >>> "Ruslan Zakirov" <ruz[at]bestpractical.com> 4/10/08 4:56 PM >>> done with find html/ -type f | xargs perl -i -pwe 's/(\w")<%/$1 <%/g' please check On Fri, Apr 11, 2008 at 12:51 AM, Ruslan Zakirov <ruz[at]bestpractical.com> wrote: > I'm going to apply, but please send me patch that returns back space > in "LIKE"<%... > It's very hard to read such code without spaces. I don't think there > are any problems with tag <xxx > or with many spaces between > attributes. > > 2008/4/11 Jason Long <jlong[at]messiah.edu>: > > > > This patch finds a bunch of places where uppercase HTML attributes > > were used and replaces them with the XHTML lowercase equivalents. > > --- > > > > (Patch is attached) > > _______________________________________________ List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
|