diff options
| author | Chris Rebert <[email protected]> | 2016-06-19 23:01:10 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-06-19 23:01:39 -0700 |
| commit | c700e25ef2965146d2ed4abafee0825a8094280e (patch) | |
| tree | a92a11a680c189ff32c18ae6d2a0c763e96e7db8 /docs/_plugins | |
| parent | b17008c771b97e4fc55c6cc340309291c9b933cc (diff) | |
| download | bootstrap-c700e25ef2965146d2ed4abafee0825a8094280e.tar.xz bootstrap-c700e25ef2965146d2ed4abafee0825a8094280e.zip | |
docs/_plugins/highlight_alt.rb: Use correct tag name in error message
Diffstat (limited to 'docs/_plugins')
| -rw-r--r-- | docs/_plugins/highlight_alt.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_plugins/highlight_alt.rb b/docs/_plugins/highlight_alt.rb index d1ed9ccff..ed6be57f5 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 <lang> [linenos] +Valid syntax: example <lang> eos end end |
