From f71611d1939138af23d6ff9821f35a95c7dcef8b Mon Sep 17 00:00:00 2001 From: Lee Willis Date: Sat, 9 Feb 2013 17:49:33 +0000 Subject: [PATCH] Make the URL a link --- github-embed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '
'; $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.
";