diff --git a/docs/components.html b/docs/components.html index 828ad7be2e..c93fc2fac9 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1941,7 +1941,7 @@
Mobile Safari and Mobile Opera browsers, in addition to the data-dismiss="alert"
attribute, require an href="#"
for the dismissal of alerts when using an <a>
tag.
<a href="#" class="close" data-dismiss="alert">×</button>+
<a href="#" class="close" data-dismiss="alert">×</a>
Alternatively, you may use a <button>
element with the data attribute, which we have opted to do for our docs. When using <button>
, you must include type="button"
or your forms may not submit.
<button type="button" class="close" data-dismiss="alert">×</button>diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 8187ce084a..596c006c6e 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1870,7 +1870,7 @@
{{_i}}Mobile Safari and Mobile Opera browsers, in addition to the data-dismiss="alert"
attribute, require an href="#"
for the dismissal of alerts when using an <a>
tag.{{/i}}
<a href="#" class="close" data-dismiss="alert">×</button>+
<a href="#" class="close" data-dismiss="alert">×</a>
{{_i}}Alternatively, you may use a <button>
element with the data attribute, which we have opted to do for our docs. When using <button>
, you must include type="button"
or your forms may not submit.{{/i}}
<button type="button" class="close" data-dismiss="alert">×</button>