From: Chris Rebert Date: Mon, 20 Jun 2016 06:01:10 +0000 (-0700) Subject: docs/_plugins/highlight_alt.rb: Use correct tag name in error message X-Git-Tag: v4.0.0-alpha.3~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c700e25ef2965146d2ed4abafee0825a8094280e;p=thirdparty%2Fbootstrap.git docs/_plugins/highlight_alt.rb: Use correct tag name in error message --- diff --git a/docs/_plugins/highlight_alt.rb b/docs/_plugins/highlight_alt.rb index d1ed9ccff0..ed6be57f54 100644 --- a/docs/_plugins/highlight_alt.rb +++ b/docs/_plugins/highlight_alt.rb @@ -30,11 +30,11 @@ module Jekyll @options[:linenos] = "inline" if @options.key?(:linenos) and @options[:linenos] == true else raise SyntaxError.new <<-eos -Syntax Error in tag 'highlight' while parsing the following markup: +Syntax Error in tag 'example' while parsing the following markup: #{markup} -Valid syntax: highlight [linenos] +Valid syntax: example eos end end