Add XML to mime type table.
parent
2645eaf918
commit
83121a7616
|
@ -15,6 +15,7 @@ USING: files hashtables kernel lists namespaces ;
|
|||
[
|
||||
[[ "html" "text/html" ]]
|
||||
[[ "txt" "text/plain" ]]
|
||||
[[ "xml" "text/xml" ]]
|
||||
|
||||
[[ "gif" "image/gif" ]]
|
||||
[[ "png" "image/png" ]]
|
||||
|
|
Loading…
Reference in New Issue