diff options
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/pagination.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/pagination.md b/docs/components/pagination.md index 8ef8cba89..4d4866f4c 100644 --- a/docs/components/pagination.md +++ b/docs/components/pagination.md @@ -169,11 +169,11 @@ Alternatively, you can align each link to the sides: Pager links also use the `.disabled` class. -{% highlight html %} +{% example html %} <nav> <ul class="pager"> <li class="pager-prev disabled"><a href="#">Older</a></li> <li class="pager-next"><a href="#">Newer</a></li> </ul> </nav> -{% endhighlight %} +{% endexample %} |
