Skip to content

Commit

Permalink
text/xml to application/xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Nov 20, 2024
1 parent 8603700 commit 7c2f03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Serilog.Sinks.ElmahIo/Sinks/ElmahIo/ElmahIOSink.cs
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ internal void CreateInstallation()
{
Name = Path.GetFileName(configPath),
Content = outputXml.ToString(),
ContentType = "text/xml"
ContentType = "application/xml"
});
}
}
Expand Down

0 comments on commit 7c2f03b

Please sign in to comment.