diff --git a/github-embed.php b/github-embed.php index 203dc95..1498781 100644 --- a/github-embed.php +++ b/github-embed.php @@ -197,7 +197,7 @@ class github_embed { // @TODO This should all be templated $response->html = '
'.esc_html($repo->description).""; - $response->html .= esc_html($repo->html_url).""; + $response->html .= ''.esc_html($repo->html_url).""; $response->html .= esc_html($repo->forks_count)." forks."; $response->html .= esc_html($repo->open_issues_count)." open issues.";