mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 08:07:30 +00:00
fix crash in feeds with empty caption
This commit is contained in:
parent
a177e6cb3f
commit
d92ab353fd
@ -8,6 +8,7 @@ const TimelineChild = require("./TimelineChild")
|
||||
require("../testimports")(collectors, TimelineChild, TimelineBaseMethods)
|
||||
|
||||
const rssDescriptionTemplate = compile(`
|
||||
if caption
|
||||
each line in caption.split("\\n")
|
||||
= line
|
||||
br
|
||||
|
Loading…
Reference in New Issue
Block a user