From 8c7cb2dfcf518a7b1adcd62da161d4da148c2147 Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 25 Jan 2021 21:22:07 +0800 Subject: [PATCH] fix: add avatar img alt (#1308) --- scripts/update-contributor-credits.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/update-contributor-credits.ts b/scripts/update-contributor-credits.ts index feb072462d..cc972e7743 100644 --- a/scripts/update-contributor-credits.ts +++ b/scripts/update-contributor-credits.ts @@ -128,7 +128,9 @@ export async function main(args: string[]) { username, )}">`, ); - lines.push(``); + lines.push( + `${username}`, + ); lines.push(`${escapeXHTMLEntities(username)}`); lines.push(""); }