aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-24 14:31:33 -0700
committerMark Otto <[email protected]>2013-08-24 14:31:33 -0700
commit26eb9f3440d535caca24fef04d0c7656a773092b (patch)
tree51fc82ba9421f4cb7e648f7ef0af922c05e2c8dc /getting-started.html
parentd67ce62f5d5ef39260510b55bc75f80a5031a70c (diff)
parentdd9c15273c4aceeada22754ee9a0af2aae7eb8ea (diff)
downloadbootstrap-26eb9f3440d535caca24fef04d0c7656a773092b.tar.xz
bootstrap-26eb9f3440d535caca24fef04d0c7656a773092b.zip
Merge pull request #10112 from kevinSuttle/button-roles
Add role="button" to <a> buttons
Diffstat (limited to 'getting-started.html')
-rw-r--r--getting-started.html2
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">