Skip to content

Commit

Permalink
Improving comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Weiß committed Dec 1, 2012
1 parent 9253470 commit 9f74223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/Source/DTHTMLAttributedStringBuilder.m
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ - (void)parser:(DTHTMLParser *)parser didStartElement:(NSString *)elementName at
_currentTagContents = nil;
}

// keep track of something was flushed for this tag
// keep track if something was flushed for this tag
currentTagIsEmpty = YES;

// switch to new tag
Expand Down Expand Up @@ -1032,7 +1032,7 @@ - (void)parser:(DTHTMLParser *)parser didStartElement:(NSString *)elementName at
tagBlock();
}

// output tag content with before pseudo-selector
// output tag content before pseudo-selector
if (currentTag.beforeContent)
{
[self _flushCurrentTagContent:currentTag.beforeContent normalizeWhitespace:NO];
Expand Down

0 comments on commit 9f74223

Please sign in to comment.