From: Mark Otto Date: Mon, 27 Aug 2012 16:18:32 +0000 (-0700) Subject: fixes #4749: correct initialism example X-Git-Tag: v2.1.1~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bdc3ff99f3fcf7a88d3a46b8b3b94b31232ee629;p=thirdparty%2Fbootstrap.git fixes #4749: correct initialism example --- diff --git a/docs/base-css.html b/docs/base-css.html index 7671d2ad6f..a62f4448cb 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -189,7 +189,7 @@

HTML is the best thing since sliced bread.

-
<abbr title="attribute" class="initialism">attr</abbr>
+
<abbr title="HyperText Markup Language" class="initialism">HTML</abbr>

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index c22fa9821a..743a9b5428 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -124,7 +124,7 @@

{{_i}}HTML is the best thing since sliced bread.{{/i}}

-
<abbr title="attribute" class="initialism">attr</abbr>
+
<abbr title="HyperText Markup Language" class="initialism">HTML</abbr>