mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
fix example class in plugin
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user