diff --git a/modules/ui/commit.js b/modules/ui/commit.js index 8d2876bd2..5d818a152 100644 --- a/modules/ui/commit.js +++ b/modules/ui/commit.js @@ -104,17 +104,17 @@ export function uiCommit(context) { var headerTitle = header.enter() .append('div') - .attr('class', 'header fillL header-container') + .attr('class', 'header fillL header-container'); headerTitle .append('div') - .attr('class', 'header-block header-block-outer') + .attr('class', 'header-block header-block-outer'); headerTitle .append('div') .attr('class', 'header-block') .append('h3') - .text(t('commit.title')) + .text(t('commit.title')); headerTitle .append('div')