Merged Jacques Distler's latest changes.

This commit is contained in:
Jason Blevins 2007-10-02 09:56:56 -04:00
commit 5b4936948b
15 changed files with 320 additions and 20 deletions

View file

@ -206,7 +206,7 @@ end
module Mime
# Fix HTML
#HTML = Type.new "text/html", :html, %w( application/xhtml+xml )
HTML = Type.new "text/html", :html
self.class.const_set("HTML", Type.new("text/html", :html) )
# Add XHTML
XHTML = Type.new "application/xhtml+xml", :xhtml