1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

fix example class in plugin

This commit is contained in:
Mark Otto
2015-04-16 15:15:06 -07:00
parent 5c0b459eb5
commit f513ff3d73

View File

@@ -55,7 +55,7 @@ eos
end end
def example(output) 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 end
def render_rouge(code) def render_rouge(code)