diff --git a/scripts/lib/api/processHtml.ts b/scripts/lib/api/processHtml.ts index 1d499e3f98d..195a5fec825 100644 --- a/scripts/lib/api/processHtml.ts +++ b/scripts/lib/api/processHtml.ts @@ -322,7 +322,7 @@ export function processMembersAndSetMeta( } else if (!$child.attr("id")) { // Overload methods have more than one
tag, but only the first one // contains an id. - return `

${$child.html()} ${github}

`; + return `

${$child.html()}${github}

`; } else { // Inline methods $(`

${getLastPartFromFullIdentifier(id)}

`).insertBefore(