aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-27 09:18:32 -0700
committerMark Otto <[email protected]>2012-08-27 09:18:32 -0700
commitbdc3ff99f3fcf7a88d3a46b8b3b94b31232ee629 (patch)
treeeb4a7736b6ab714cb68da4527568334718dc0965 /docs/templates
parent72f176d1f513b936483d37cf3b50f3c21a3d838e (diff)
downloadbootstrap-bdc3ff99f3fcf7a88d3a46b8b3b94b31232ee629.tar.xz
bootstrap-bdc3ff99f3fcf7a88d3a46b8b3b94b31232ee629.zip
fixes #4749: correct initialism example
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/base-css.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index c22fa9821..743a9b542 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -124,7 +124,7 @@
<div class="bs-docs-example">
<p>{{_i}}<abbr title="HyperText Markup Language" class="initialism">HTML</abbr> is the best thing since sliced bread.{{/i}}</p>
</div>
- <pre class="prettyprint">&lt;abbr title="attribute" class="initialism"&gt;attr&lt;/abbr&gt;</pre>
+ <pre class="prettyprint">&lt;abbr title="HyperText Markup Language" class="initialism"&gt;HTML&lt;/abbr&gt;</pre>
<hr class="bs-docs-separator">