removed faulty string join from code_block plugin

This commit is contained in:
Brandon Mathis 2012-05-21 20:09:25 -05:00
parent abd9e8f488
commit ac71bc52ae

View File

@ -78,8 +78,7 @@ module Jekyll
end
def render(context)
output = super
code = super.join
code = super
source = "<figure class='code'>"
source += @caption if @caption
if @filetype