diff --git a/app/src/protyle/render/av/col.ts b/app/src/protyle/render/av/col.ts index d883b7e37..e3ef7f864 100644 --- a/app/src/protyle/render/av/col.ts +++ b/app/src/protyle/render/av/col.ts @@ -201,7 +201,7 @@ export const getEditHTML = (options: { `; } if (colData.type !== "block") { - html += ` + html += ` ` } - return `
${html}
+ return `
+ ${html} + + +