diff --git a/scripts/tags/lib/timeline.js b/scripts/tags/lib/timeline.js index ca05df5..e9a182a 100644 --- a/scripts/tags/lib/timeline.js +++ b/scripts/tags/lib/timeline.js @@ -18,7 +18,7 @@ function layoutNodeTitle(ctx, content) { var el = '' el += '
' + item.created + '
'; + cell += '' + item.created + ''; cell += ''; cell += ''; cell += item.title; diff --git a/source/js/plugins/memos.js b/source/js/plugins/memos.js index 397a0c8..e96517f 100644 --- a/source/js/plugins/memos.js +++ b/source/js/plugins/memos.js @@ -77,7 +77,7 @@ const MemosJS = { cell += '' + item.creatorName + ''; cell += ''; } - cell += '' + date.toLocaleString() + '
'; + cell += '' + date.toLocaleString() + ''; cell += ''; cell += '' + date.toLocaleString() + '
'; + cell += '' + date.toLocaleString() + ''; cell += '' + item.created_at + '
'; + cell += '' + item.created_at + ''; cell += ''; cell += '