diff --git a/github-embed.php b/github-embed.php index a75784b..baea28f 100644 --- a/github-embed.php +++ b/github-embed.php @@ -207,7 +207,7 @@ class github_embed { $gravatar_size = apply_filters ( 'github_oembed_gravatar_size', 64 ); // @TODO This should all be templated - $response->html = '
'; + $response->html = '
'; $response->html .= '

'.esc_html($repo->description)."
"; $response->html .= 'Contributors: '; @@ -229,6 +229,7 @@ class github_embed { } $response->html .= ''; + $response->html .= '

'; $response->html .= '
'; header ( 'Content-Type: application/json' );