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}}

@