Skip to content

Commit

Permalink
fixes #132
Browse files Browse the repository at this point in the history
fixes i18n issue with charset meta tag
  • Loading branch information
SergeyMirvoda authored and NickCraver committed Jun 22, 2018
1 parent 284c24b commit 107b864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/StackExchange.Exceptional.Shared/Pages/WebPage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ protected WebPage(Error error, ExceptionalSettingsBase settings, ErrorStore stor
protected override void RenderHtml(StringBuilder sb)
{
sb.AppendLine("<!DOCTYPE html>")
.AppendLine("<meta charset=\"utf-8\">")
.AppendLine("<html>")
.AppendLine(" <head>")
.AppendFormat(" <title>{0}</title>", PageTitle.HtmlEncode()).AppendLine();
Expand Down

0 comments on commit 107b864

Please sign in to comment.