From: Mark Otto Date: Thu, 16 Apr 2015 22:15:06 +0000 (-0700) Subject: fix example class in plugin X-Git-Tag: v4.0.0-alpha~309^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f513ff3d7343b7ef935edcda847ebeec93cb0f93;p=thirdparty%2Fbootstrap.git fix example class in plugin --- diff --git a/docs/_plugins/highlight_alt.rb b/docs/_plugins/highlight_alt.rb index 9d1b414bb7..5b877ee364 100644 --- a/docs/_plugins/highlight_alt.rb +++ b/docs/_plugins/highlight_alt.rb @@ -55,7 +55,7 @@ eos end def example(output) - "
\n#{output}\n
" + "
\n#{output}\n
" end def render_rouge(code)