diff options
| author | Mark Otto <[email protected]> | 2012-08-13 10:05:19 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-13 10:05:19 -0700 |
| commit | 9f8ce77751e3c80d3cb794af9a19170e7f47a1fa (patch) | |
| tree | 39f6abc44321582656c107dc9eba8d09484eb6fa /docs/templates | |
| parent | e06c257e6b38d5db0c3eb97724faf21bc534faf6 (diff) | |
| download | bootstrap-9f8ce77751e3c80d3cb794af9a19170e7f47a1fa.tar.xz bootstrap-9f8ce77751e3c80d3cb794af9a19170e7f47a1fa.zip | |
running make on previous changes
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/components.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 7ebae93e8..aa4a7ccf1 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1868,7 +1868,7 @@ </div> <pre class="prettyprint linenums"> <div class="alert alert-block"> - <a class="close" data-dismiss="alert" href="#">&times;</a> + <button type="button" class="close" data-dismiss="alert">×</button> <h4>{{_i}}Warning!{{/i}}</h4> {{_i}}Best check yo self, you're not...{{/i}} </div> |
