Skip to content

Commit

Permalink
refactor: add tbody to contributors table
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Huyghe authored and hpierre74 committed Jan 8, 2022
1 parent 5dbb721 commit d65f793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/generate/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ function generateContributorsList(options, contributors) {
}),
_.chunk(options.contributorsPerLine),
_.map(formatLine),
_.join('\n </tr>\n <tr>\n '),
_.join('\n </tr>\n <tr>\n '),
newContent => {
return `\n<table>\n <tr>\n ${newContent}\n </tr>\n</table>\n\n`
return `\n<table>\n \n<tbody>\n <tr>\n ${newContent}\n </tr>\n </tobdy>\n </table>\n\n`
},
)(contributors)
}
Expand Down

0 comments on commit d65f793

Please sign in to comment.