aboutsummaryrefslogtreecommitdiff
path: root/docs
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
parent72f176d1f513b936483d37cf3b50f3c21a3d838e (diff)
downloadbootstrap-bdc3ff99f3fcf7a88d3a46b8b3b94b31232ee629.tar.xz
bootstrap-bdc3ff99f3fcf7a88d3a46b8b3b94b31232ee629.zip
fixes #4749: correct initialism example
Diffstat (limited to 'docs')
-rw-r--r--docs/base-css.html2
-rw-r--r--docs/templates/pages/base-css.mustache2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 7671d2ad6..a62f4448c 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -189,7 +189,7 @@
<div class="bs-docs-example">
<p><abbr title="HyperText Markup Language" class="initialism">HTML</abbr> is the best thing since sliced bread.</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">
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">