diff --git a/plugins/gist_tag.rb b/plugins/gist_tag.rb index 0a8797f830e..946ea23fdf0 100644 --- a/plugins/gist_tag.rb +++ b/plugins/gist_tag.rb @@ -34,8 +34,8 @@ module Jekyll def html_output_for(script_url, code) code = CGI.escapeHTML code <<-HTML - - +
+
HTML end