Skip to content

Commit

Permalink
Remove section headings from HTML output
Browse files Browse the repository at this point in the history
  • Loading branch information
nyousefi committed Jun 27, 2012
1 parent 885c128 commit a3fe41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fountain/FNHTMLScript.m
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ - (NSString *)bodyForScript

NSInteger dualDialogueCharacterCount = 0;
NSSet *dialogueTypes = [NSSet setWithObjects:@"Character", @"Dialogue", @"Parenthetical", nil];
NSSet *ignoringTypes = [NSSet setWithObjects:@"Boneyard", @"Comment", @"Synopsis", nil];
NSSet *ignoringTypes = [NSSet setWithObjects:@"Boneyard", @"Comment", @"Synopsis", @"Section Heading", nil];

FNPaginator *paginator = [[FNPaginator alloc] initWithScript:self.script];
NSUInteger maxPages = [paginator numberOfPages];
Expand Down

0 comments on commit a3fe41f

Please sign in to comment.