Navigation Menu

Skip to content

Commit

Permalink
- removing HTML content-types from XML
Browse files Browse the repository at this point in the history
  • Loading branch information
mckamey committed Dec 21, 2010
1 parent 555b49e commit 74a1b84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/JsonFx/Xml/XmlReader.cs
Expand Up @@ -106,9 +106,7 @@ public override IEnumerable<string> ContentType
}

yield return "application/xml";
yield return "application/xml+xhtml";
yield return "text/xml";
yield return "text/html";
}
}

Expand Down
2 changes: 0 additions & 2 deletions src/JsonFx/Xml/XmlWriter.cs
Expand Up @@ -106,9 +106,7 @@ public override IEnumerable<string> ContentType
}

yield return "application/xml";
yield return "application/xml+xhtml";
yield return "text/xml";
yield return "text/html";
}
}

Expand Down

0 comments on commit 74a1b84

Please sign in to comment.