Skip to content

Commit

Permalink
Add newline to make rendered HTML lay out better
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Jul 18, 2014
1 parent 87fa2a3 commit 6d2fd80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MacDown/Code/Document/MPRenderer.m
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@

static NSString *f =
(@"<!DOCTYPE html><html>\n\n"
@"<head>\n<meta charset=\"utf-8\">\n%@%@\n</head>"
@"<head>\n<meta charset=\"utf-8\">\n%@%@\n</head>\n"
@"<body>\n%@\n%@\n</body>\n\n</html>\n");

if (title.length)
Expand Down

0 comments on commit 6d2fd80

Please sign in to comment.