diff options
| author | Kevin Suttle <[email protected]> | 2013-08-24 11:32:23 -0400 |
|---|---|---|
| committer | Kevin Suttle <[email protected]> | 2013-08-24 16:31:15 -0400 |
| commit | dd9c15273c4aceeada22754ee9a0af2aae7eb8ea (patch) | |
| tree | 55bdb5858c045c4d919a547c72245a3e2bb63e0b /examples/theme/index.html | |
| parent | 0add7700adc3ccdef68b7a88ec3537b5e523bf9a (diff) | |
| download | bootstrap-dd9c15273c4aceeada22754ee9a0af2aae7eb8ea.tar.xz bootstrap-dd9c15273c4aceeada22754ee9a0af2aae7eb8ea.zip | |
Add even more role="button" attributes
Missed the <a class="btw" in my regex search
Diffstat (limited to 'examples/theme/index.html')
| -rw-r--r-- | examples/theme/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/theme/index.html b/examples/theme/index.html index 586801ea5..f29f440f1 100644 --- a/examples/theme/index.html +++ b/examples/theme/index.html @@ -65,7 +65,7 @@ <div class="jumbotron"> <h1>Hello, world!</h1> <p>This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.</p> - <p><a class="btn btn-primary btn-lg">Learn more »</a></p> + <p><a class="btn btn-primary btn-lg" role="button">Learn more »</a></p> </div> |
