Skip to content

Commit 42e25cb

Browse files
committed
Add a space between the package name and version in the X-Generator header.
1 parent 131e915 commit 42e25cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/makepot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = function( grunt ) {
4141
});
4242

4343
options.cwd = path.resolve( process.cwd(), options.cwd );
44-
options.potHeaders['x-generator'] = 'grunt-wp-i18n' + pkg.version;
44+
options.potHeaders['x-generator'] = 'grunt-wp-i18n ' + pkg.version;
4545
options.potFile = options.potFilename;
4646

4747
wpi18n.makepot( options )

0 commit comments

Comments
 (0)