From 44e4a991cf7cab619edecc23bed667e4a3233560 Mon Sep 17 00:00:00 2001 From: Frederic Hemberger Date: Sun, 18 Sep 2011 21:27:42 +0200 Subject: Fixes styling of
code header --- plugins/include_code.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/include_code.rb') diff --git a/plugins/include_code.rb b/plugins/include_code.rb index 80951cb5..fc6daa36 100644 --- a/plugins/include_code.rb +++ b/plugins/include_code.rb @@ -61,7 +61,7 @@ module Jekyll @filetype = file.extname.sub('.','') if @filetype.nil? title = @title ? "#{@title} (#{file.basename})" : file.basename url = "/#{code_dir}/#{@file}" - source = "
#{title} download
\n" + source = "
#{title} download
\n" source += " #{highlight(code, @filetype)}
" safe_wrap(source) end -- cgit v1.2.1