diff --git a/scripts/preprocessor_git_metadata.py b/scripts/preprocessor_git_metadata.py index 85e57002d1..2fd400a480 100644 --- a/scripts/preprocessor_git_metadata.py +++ b/scripts/preprocessor_git_metadata.py @@ -89,7 +89,7 @@ def get_author_element_for_file(filename, include_contributors, contributors): author['displayName'] for author in sorted_authors_from_raw_shortlog_lines(raw_authors_git_output, contributors) ] - attribution_text = f'
Content created by {format_multiple_authors_attribution(author_names)}
' + attribution_text = f'Content created by {format_multiple_authors_attribution(author_names)}.
' file_log_output = subprocess.run([ 'git', 'log',