diff options
| author | Mark Otto <[email protected]> | 2013-09-24 18:37:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-24 18:37:13 -0700 |
| commit | 76e9d393baea6881d51b57def7b2b4f8a1a545c6 (patch) | |
| tree | 991e5b1b50b2b8a09b3de213e488acf923675d1b /_layouts/default.html | |
| parent | 63206a17e87efa916a9bc67cc10bd83eb2396a4d (diff) | |
| parent | af4d1027671b278bdc3b0069bb7ef871bf936109 (diff) | |
| download | bootstrap-76e9d393baea6881d51b57def7b2b4f8a1a545c6.tar.xz bootstrap-76e9d393baea6881d51b57def7b2b4f8a1a545c6.zip | |
Merge pull request #10796 from twbs/skip-to-main-content
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 %} |
