mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-18 12:24:20 +00:00
Merge pull request #852 from mihaip/fix-quirks-mode
Use standard mode in the story detail web view.
This commit is contained in:
commit
adfa524cdc
1 changed files with 1 additions and 0 deletions
|
@ -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=\"%@ %@\">"
|
||||
|
|
Loading…
Add table
Reference in a new issue