From d73fb12c037c400053c5e4a36ff7fe9e4a216a50 Mon Sep 17 00:00:00 2001 From: Lee Willis Date: Sun, 10 Feb 2013 21:16:22 +0000 Subject: [PATCH] Layout fixes for contributors --- github-embed.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' );