[Rt-devel] [3.8beta PATCH 1/3] xhtml: uppercase element names/attributes
Jason Long
jlong at messiah.edu
Fri Apr 11 08:23:34 EDT 2008
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)
> >
More information about the Rt-devel
mailing list