diff --git a/source/js/plugins/timeline.js b/source/js/plugins/timeline.js index 91e9dbd..02c8883 100644 --- a/source/js/plugins/timeline.js +++ b/source/js/plugins/timeline.js @@ -95,7 +95,7 @@ const StellarTimeline = { cell += '
'; } - cell += marked.parse(item.body); + cell += marked.parse(item.body || ''); if (!hide.includes('footer')) { cell += '