This patch improves the HTML code generated by scaffold including all elements within <p></p>. This markup is HTML Strict valid. for example, in show.html.erb the actual scaffold generates <%= link_to ''Back'', posts_path %> and with this patch, the result is <p><%= link_to ''Back'', posts_path %></p> This patch affects: index.html.erb, show.html.erb, edit.html.erb and new.html.erb https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/2624 -- ------------------------------- Emili Parreño www.eparreno.com www.abecedata.com -------------------------------- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---