diff options
| author | Chris Rebert <[email protected]> | 2016-07-25 08:22:47 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-07-25 08:22:47 -0700 |
| commit | a4cfdcca0af9256bfddbe5dd4ccc507dc4ad5456 (patch) | |
| tree | 02af38293d566172a4f785a34dac0b23eca25693 /docs/_includes | |
| parent | 02e9fdaa54521dfc5ff963c803922b7aaeaef47c (diff) | |
| parent | 6dc3bba1cb73509aadc6761cb929c83c1856443f (diff) | |
| download | bootstrap-a4cfdcca0af9256bfddbe5dd4ccc507dc4ad5456.tar.xz bootstrap-a4cfdcca0af9256bfddbe5dd4ccc507dc4ad5456.zip | |
Merge pull request #20356 from twbs/revert-18700
Revert #18700 but discourage using <a>s for disabled pagination items
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/components/pagination.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/components/pagination.html b/docs/_includes/components/pagination.html index 88cce2c9f..8a47c8355 100644 --- a/docs/_includes/components/pagination.html +++ b/docs/_includes/components/pagination.html @@ -77,7 +77,7 @@ </ul> </nav> {% endhighlight %} - <p>You can optionally swap out active or disabled anchors for <code><span></code>, or omit the anchor in the case of the previous/next arrows, to remove click functionality while retaining intended styles.</p> + <p>We recommend that you swap out active or disabled anchors for <code><span></code>, or omit the anchor in the case of the previous/next arrows, to remove click functionality while retaining intended styles.</p> {% highlight html %} <nav aria-label="..."> <ul class="pagination"> |
