From c744257805b6aedf1ab0c847b6dbefd334bef99b Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 7 Feb 2024 18:23:44 +0800 Subject: [PATCH] :bug: fix https://github.com/siyuan-note/siyuan/issues/10336 --- app/src/protyle/header/Background.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/header/Background.ts b/app/src/protyle/header/Background.ts index 8d00e7e35..5c8a3735b 100644 --- a/app/src/protyle/header/Background.ts +++ b/app/src/protyle/header/Background.ts @@ -253,7 +253,7 @@ export class Background { } else if (type === "show-random") { let html = ""; bgs.forEach((item: string, index: number) => { - html += `
`; + html += `
`; }); const dialog = new Dialog({ title: window.siyuan.languages.random,