Skip to content

Commit

Permalink
fix: Correct html which was causing issues downloading from Crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-polk committed Aug 14, 2023
1 parent 47885a2 commit 05f65ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/ColumnTransformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async function notionColumnToMarkdown(
)}\n\n</div>` +
// Spacer between columns. CSS takes care of hiding this for the last column
// and when the screen is too narrow for multiple columns.
`<div className='notion-spacer' />`
`<div className='notion-spacer'></div>`
);
}

Expand Down

0 comments on commit 05f65ea

Please sign in to comment.