diff options
Diffstat (limited to 'parser/pageparser/pagelexer.go')
-rw-r--r-- | parser/pageparser/pagelexer.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/parser/pageparser/pagelexer.go b/parser/pageparser/pagelexer.go index 565be2994..fcea560c4 100644 --- a/parser/pageparser/pagelexer.go +++ b/parser/pageparser/pagelexer.go @@ -247,6 +247,9 @@ func lexMainSection(l *pageLexer) stateFunc { // This makes it a little easier to reason about later. l.consumeSpace() l.emit(TypeLeadSummaryDivider) + + // We have already moved to the next. + continue } } |