Merged Jacques Distler's latest changes.
This commit is contained in:
commit
5b4936948b
15 changed files with 320 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue