diff --git a/github-embed.php b/github-embed.php index d0fbc4d..479f797 100644 --- a/github-embed.php +++ b/github-embed.php @@ -337,9 +337,9 @@ class github_embed { $response->html = '
'; $response->html .= '

'.esc_html($repo->description)."
"; $response->html .= ''.esc_html($repo->html_url)."
"; - $response->html .= esc_html ( number_format_i18n ( $repo->forks_count ) )." forks.
"; - $response->html .= esc_html ( number_format_i18n ( $repo->stargazers_count ) )." stars.
"; - $response->html .= esc_html ( number_format_i18n ( $repo->open_issues_count ) )." open issues.
"; + $response->html .= ''.esc_html ( number_format_i18n ( $repo->forks_count ) )." forks.
"; + $response->html .= ''.esc_html ( number_format_i18n ( $repo->stargazers_count ) )." stars.
"; + $response->html .= ''.esc_html ( number_format_i18n ( $repo->open_issues_count ) )." open issues.
"; if ( count ( $commits ) ) {