Fix non-pygments code highlighting

This commit is contained in:
Peter Wagenet 2011-09-26 23:47:04 -07:00
parent 72b7b1f056
commit 4a9094f2d4
1 changed files with 1 additions and 3 deletions

View File

@ -53,9 +53,7 @@ module Jekyll
#The div is required because RDiscount blows ass
<<-HTML
<div>
<pre>
<code class='#{@lang}'>#{h(code).strip}</code>
</pre>
<pre><code class='#{@lang}'>#{h(code).strip}</code></pre>
</div>
HTML
end