Skip to content

Commit 9fe6736

Browse files
committed
Trhow away the first blank lines of an abstract. Fixes ietf-tools#587
- Legacy-Id: 2842
1 parent 90e349c commit 9fe6736

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/utils/draft.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@ def get_abstract(self):
292292
if begin:
293293
if line and not line.startswith(' '):
294294
break
295+
if not line and not abstract:
296+
continue
295297
new_identation = len(identation_re.match(line).group(0))
296298
if new_identation < identation:
297299
break

0 commit comments

Comments
 (0)