Skip to content

Commit 05f65ea

Browse files
committed
fix: Correct html which was causing issues downloading from Crowdin
1 parent 47885a2 commit 05f65ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/ColumnTransformer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async function notionColumnToMarkdown(
4848
)}\n\n</div>` +
4949
// Spacer between columns. CSS takes care of hiding this for the last column
5050
// and when the screen is too narrow for multiple columns.
51-
`<div className='notion-spacer' />`
51+
`<div className='notion-spacer'></div>`
5252
);
5353
}
5454

0 commit comments

Comments
 (0)