Closed yuszuv closed 12 years ago
+1 for migrating to nokogiri, now that hpricot have EOLed.
Were you aware that rack-pjax used to be on Nokogiri, but switched to Hpricot? https://github.com/eval/rack-pjax/issues/4 Are the problems mentioned in that issue still present?
(FWIW, I'd also like to see rack-pjax switch back to Nokogiri)
+1 for migrating to nokogiri
Sorry for the non-responsiveness! :dolphin: :dolphin:
Just released beta 0.6.0.beta
that uses Nokogiri - any feedback welcome!
Seems good to me.
As far as I understand the "/" in self-closing tags like and
isn't neccessary in html5. and because the
caused some serious trouble, i decided to replace hpricot by nokogiri which seems to have better html support.
btw. this is my first pull request. so is all i did formally correct?