aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYohn <[email protected]>2013-01-16 07:46:42 -0500
committerYohn <[email protected]>2013-01-16 07:46:42 -0500
commit598e9e6f13f52249e5158c427f70d20b7c4622f4 (patch)
tree348744415ac4465e856f6a3e7eca0816490ab037 /docs
parent60bb95e611b6a096e5d50263e278b4be92e7468f (diff)
downloadbootstrap-598e9e6f13f52249e5158c427f70d20b7c4622f4.tar.xz
bootstrap-598e9e6f13f52249e5158c427f70d20b7c4622f4.zip
Update docs/templates/pages/components.mustache
Diffstat (limited to 'docs')
-rw-r--r--docs/templates/pages/components.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index bdd918da9..53ab3d2a6 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -106,7 +106,7 @@
<pre class="prettyprint linenums">
&lt;ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu"&gt;
&lt;li&gt;&lt;a tabindex="-1" href="#"&gt;{{_i}}Regular link{{/i}}&lt;/a&gt;&lt;/li&gt;
- &lt;li&gt;&lt;a tabindex="-1" href="#"&gt;{{_i}}Disabled link{{/i}}&lt;/a&gt;&lt;/li&gt;
+ &lt;li class="disabled"&gt;&lt;a tabindex="-1" href="#"&gt;{{_i}}Disabled link{{/i}}&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a tabindex="-1" href="#"&gt;{{_i}}Another link{{/i}}&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</pre>