Merge r5718 to 1.2 ?

Cheers,

I wanted to ask if it would be possible to merge r5718 (http://dev.rubyonrails.org/changeset/5718) to 1.2.

This changeset (Fix HTML::Node to output double quotes instead of single quotes) is not only important for valid XHTML output but it also closes a bug with single quotes inside HTML attributes. Without this changeset single quotes are escaped while traversing the DOM tree with HTML::Node but the escaping is left there so that a second traversal incorrectly closes the quotes on the single quotes inside the attributes.

Regards, Jonathan Weiss

I actually meant to do that when I committed to edge. Thanks for the patch, I had just ran into that problem in Mephisto when you posted the patch :slight_smile: