In the html-scanner used by ActionPack, the round-trip from text to
HTML::Document back to text is currently broken on empty tag pairs:
>> HTML::Document.new("<tag></tag>").root.to_s
=> "<tag>"
It''s easily fixed, and I submitted a patch:
http://dev.rubyonrails.org/ticket/7641
Any chance of applying this? Or let me know if it needs more work?
Thanks,
--Anthony.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Core" group.
To post to this group, send email to rubyonrails-core@googlegroups.com
To unsubscribe from this group, send email to
rubyonrails-core-unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---