diff options
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html index 828ad7be2..c93fc2fac 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1941,7 +1941,7 @@ <h3>Dismiss buttons</h3> <p>Mobile Safari and Mobile Opera browsers, in addition to the <code>data-dismiss="alert"</code> attribute, require an <code>href="#"</code> for the dismissal of alerts when using an <code><a></code> tag.</p> - <pre class="prettyprint linenums"><a href="#" class="close" data-dismiss="alert">×</button></pre> + <pre class="prettyprint linenums"><a href="#" class="close" data-dismiss="alert">×</a></pre> <p>Alternatively, you may use a <code><button></code> element with the data attribute, which we have opted to do for our docs. When using <code><button></code>, you must include <code>type="button"</code> or your forms may not submit.</p> <pre class="prettyprint linenums"><button type="button" class="close" data-dismiss="alert">×</button></pre> |
