diff --git a/frontend_nuxt/components/BaseTimeline.vue b/frontend_nuxt/components/BaseTimeline.vue index 05f698cf2..fd8539ce6 100644 --- a/frontend_nuxt/components/BaseTimeline.vue +++ b/frontend_nuxt/components/BaseTimeline.vue @@ -12,7 +12,6 @@ :is="item.icon" :size="20" /> -
diff --git a/frontend_nuxt/utils/vditorPostCitation.js b/frontend_nuxt/utils/vditorPostCitation.js index 0081ab5be..4ddff4734 100644 --- a/frontend_nuxt/utils/vditorPostCitation.js +++ b/frontend_nuxt/utils/vditorPostCitation.js @@ -23,7 +23,7 @@ export default (apiBaseUrl, websiteBaseUrl) => { return ( body.map((item) => ({ value: `[🔗${item.title}](${websiteBaseUrl}/posts/${item.id})`, - html: `
${item.title}
`, + html: `
${item.title}
`, })) ?? [] ) } else {