From: Erik van der Kolk Date: Sat, 18 Aug 2012 12:54:32 +0000 (+0200) Subject: Fix typo X-Git-Tag: v2.1.0~2^2~29^2~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8b18b6f54f42ab3d22357412933381998ed3f50;p=thirdparty%2Fbootstrap.git Fix typo --- diff --git a/docs/base-css.html b/docs/base-css.html index 1d5e804e92..5fd44e3737 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1084,7 +1084,7 @@ For example, <code>section</code> should be wrapped as inline.

Add text or buttons before or after any text-based input. Do note that select elements are not supported here.

Default options

-

Wrap a .add-on and an input with one of two classes to prepend or append text to an input.

+

Wrap an .add-on and an input with one of two classes to prepend or append text to an input.

@ diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 7101869c50..e733abbb47 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1021,7 +1021,7 @@

{{_i}}Add text or buttons before or after any text-based input. Do note that select elements are not supported here.{{/i}}

{{_i}}Default options{{/i}}

-

{{_i}}Wrap a .add-on and an input with one of two classes to prepend or append text to an input.{{/i}}

+

{{_i}}Wrap an .add-on and an input with one of two classes to prepend or append text to an input.{{/i}}

@