Merge pull request #852 from mihaip/fix-quirks-mode

Use standard mode in the story detail web view.
This commit is contained in:
Samuel Clay 2015-12-21 15:48:09 -07:00
commit adfa524cdc

View file

@ -411,6 +411,7 @@
NSString *storyHeader = [self getHeader];
NSString *htmlString = [NSString stringWithFormat:@
"<!DOCTYPE html>\n"
"<html>"
"<head>%@</head>" // header string
"<body id=\"story_pane\" class=\"%@ %@\">"