mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-14 04:17:30 +00:00
fix crash in feeds with empty caption
This commit is contained in:
parent
9b4f235355
commit
7fd90bce54
@ -8,9 +8,10 @@ const TimelineChild = require("./TimelineChild")
|
||||
require("../testimports")(collectors, TimelineChild, TimelineBaseMethods)
|
||||
|
||||
const rssDescriptionTemplate = compile(`
|
||||
each line in caption.split("\\n")
|
||||
= line
|
||||
br
|
||||
if caption
|
||||
each line in caption.split("\\n")
|
||||
= line
|
||||
br
|
||||
each child in children
|
||||
!= child.getFeedItem()
|
||||
`)
|
||||
|
Loading…
Reference in New Issue
Block a user