aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js/tabs.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_includes/js/tabs.html')
-rw-r--r--docs/_includes/js/tabs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/tabs.html b/docs/_includes/js/tabs.html
index 8622440fc..b107ca6a2 100644
--- a/docs/_includes/js/tabs.html
+++ b/docs/_includes/js/tabs.html
@@ -92,7 +92,7 @@ $('#myTab li:eq(2) a').tab('show') // Select third tab (0-indexed)
{% endhighlight %}
<h3 id="tabs-methods">Methods</h3>
- <h4>$().tab</h4>
+ <h4><code>$().tab</code></h4>
<p>
Activates a tab element and content container. Tab should have either a <code>data-target</code> or an <code>href</code> targeting a container node in the DOM.
</p>