diff options
| author | Mark Otto <[email protected]> | 2012-08-27 09:18:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-27 09:18:32 -0700 |
| commit | bdc3ff99f3fcf7a88d3a46b8b3b94b31232ee629 (patch) | |
| tree | eb4a7736b6ab714cb68da4527568334718dc0965 | |
| parent | 72f176d1f513b936483d37cf3b50f3c21a3d838e (diff) | |
| download | bootstrap-bdc3ff99f3fcf7a88d3a46b8b3b94b31232ee629.tar.xz bootstrap-bdc3ff99f3fcf7a88d3a46b8b3b94b31232ee629.zip | |
fixes #4749: correct initialism example
| -rw-r--r-- | docs/base-css.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 2 |
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"><abbr title="attribute" class="initialism">attr</abbr></pre> + <pre class="prettyprint"><abbr title="HyperText Markup Language" class="initialism">HTML</abbr></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"><abbr title="attribute" class="initialism">attr</abbr></pre> + <pre class="prettyprint"><abbr title="HyperText Markup Language" class="initialism">HTML</abbr></pre> <hr class="bs-docs-separator"> |
