Skip to content

Commit

Permalink
Fix #12 by switching to the straight HTML DOCTYPE for the built-in UI.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Larsen <clarsen@yahoo-inc.com>
  • Loading branch information
manolama committed Aug 11, 2017
1 parent 7ed83cd commit f371ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tsd/HttpQuery.java
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ protected Logger logger() {
// -------------------------------------------- //

private static final String PAGE_HEADER_START =
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">"
"<!DOCTYPE html>"
+ "<html><head>"
+ "<meta http-equiv=content-type content=\"text/html;charset=utf-8\">"
+ "<title>";
Expand Down

0 comments on commit f371ba0

Please sign in to comment.