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 /getting-started.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 'getting-started.html')
| -rw-r--r-- | getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html index 6cddf379f..d264126f1 100644 --- a/getting-started.html +++ b/getting-started.html @@ -17,7 +17,7 @@ base_url: "../" <h3 id="download-compiled">Compiled CSS, JS, and fonts</h3> <p>The fastest way to get Bootstrap is to download the compiled and minified versions of our CSS and JavaScript, along with the included fonts. No documentation or original source files are included.</p> - <p><a class="btn btn-lg btn-primary" href="{{ site.download_dist }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download compiled']);">Download precompiled Bootstrap</a></p> + <p><a class="btn btn-lg btn-primary" href="{{ site.download_dist }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download compiled']);" role="button">Download precompiled Bootstrap</a></p> <h3 id="download-additional">Additional downloads</h3> <div class="bs-docs-dl-options"> |
