mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-20 21:37:02 +00:00
iOS: fixed share bar alignment issue
This commit is contained in:
parent
df6b098664
commit
689c468563
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@
|
||||||
|
|
||||||
NSString *storyHeader = [self getHeader];
|
NSString *storyHeader = [self getHeader];
|
||||||
NSString *htmlString = [NSString stringWithFormat:@
|
NSString *htmlString = [NSString stringWithFormat:@
|
||||||
"<!DOCTYPE html>\n"
|
// "<!DOCTYPE html>\n"
|
||||||
"<html>"
|
"<html>"
|
||||||
"<head>%@</head>" // header string
|
"<head>%@</head>" // header string
|
||||||
"<body id=\"story_pane\" class=\"%@ %@\">"
|
"<body id=\"story_pane\" class=\"%@ %@\">"
|
||||||
|
|
Loading…
Add table
Reference in a new issue