diff options
| author | Chris Rebert <[email protected]> | 2013-09-24 18:02:10 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-24 18:02:18 -0700 |
| commit | af4d1027671b278bdc3b0069bb7ef871bf936109 (patch) | |
| tree | 991e5b1b50b2b8a09b3de213e488acf923675d1b /_layouts/default.html | |
| parent | 63206a17e87efa916a9bc67cc10bd83eb2396a4d (diff) | |
| download | bootstrap-af4d1027671b278bdc3b0069bb7ef871bf936109.tar.xz bootstrap-af4d1027671b278bdc3b0069bb7ef871bf936109.zip | |
Use "Skip to main content" phrasing consistently; further #10786 fixes
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index f176bd4b6..ef046f6ff 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,7 +5,7 @@ {% include header.html %} </head> <body> - <a class="sr-only" href="#content">Skip navigation</a> + <a class="sr-only" href="#content">Skip to main content</a> <!-- Docs master nav --> {% include nav-main.html %} |
