Check if line is empty.
This commit is contained in:
parent
18d45e5a92
commit
b512af25a3
@ -1,7 +1,7 @@
|
||||
extends base.pug
|
||||
|
||||
mixin entryLine(line)
|
||||
if (line[0] == '>')
|
||||
if (len(line) > 0 && line[0] == '>')
|
||||
p.quote= line
|
||||
else
|
||||
p= line
|
||||
|
Loading…
Reference in New Issue
Block a user