diff options
| author | Mark Otto <[email protected]> | 2015-04-16 15:15:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-16 15:15:06 -0700 |
| commit | f513ff3d7343b7ef935edcda847ebeec93cb0f93 (patch) | |
| tree | 10614455c689be66acaabeb271484b7633b1b55e | |
| parent | 5c0b459eb53a887f984a6d64e4643029aac52fd3 (diff) | |
| download | bootstrap-f513ff3d7343b7ef935edcda847ebeec93cb0f93.tar.xz bootstrap-f513ff3d7343b7ef935edcda847ebeec93cb0f93.zip | |
fix example class in plugin
| -rw-r--r-- | docs/_plugins/highlight_alt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_plugins/highlight_alt.rb b/docs/_plugins/highlight_alt.rb index 9d1b414bb..5b877ee36 100644 --- a/docs/_plugins/highlight_alt.rb +++ b/docs/_plugins/highlight_alt.rb @@ -55,7 +55,7 @@ eos end def example(output) - "<div class=\"bs-example\" data-example-id=\"#{@options[:id]}\">\n#{output}\n</div>" + "<div class=\"bd-example\" data-example-id=\"#{@options[:id]}\">\n#{output}\n</div>" end def render_rouge(code) |
