diff --git a/lib/jekyll/tags/gist.rb b/lib/jekyll/tags/gist.rb
index f1603b9e..efeb62c3 100644
--- a/lib/jekyll/tags/gist.rb
+++ b/lib/jekyll/tags/gist.rb
@@ -19,9 +19,9 @@ module Jekyll
def gist_script_tag(gist_id, filename=nil)
if filename.empty?
- ""
+ ""
else
- ""
+ ""
end
end
end