Skip to content

Commit 6c251dd

Browse files
authored
Merge pull request #900 from W0rma/fix-size-default-github-avatar
Fix layout for default github avatars in changelog
1 parent 069eac6 commit 6c251dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RoboFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ public function processChangelog()
577577
$repo = $release['repo'] ?? 'Codeception';
578578
$changelog .= sprintf("\n\n### %s %s: %s\n\n", $repo, $release['tag_name'], $release['name']);
579579

580-
$changelog .= sprintf("Released by [![](%s) %s](%s) on %s",
580+
$changelog .= sprintf('Released by [![](%s){:height="16" width="16"} %s](%s) on %s',
581581
$release['author']['avatar_url'] . '&s=16',
582582
$release['author']['login'],
583583
$release['author']['html_url'],

0 commit comments

Comments
 (0)