Commit 5db9a101 authored by Chris Rebert's avatar Chris Rebert

Merge pull request #9134 from neilhem/3.0.0-wip

remove repeated 'pagination' class in code example
parents 1d1e21af b29b8acd
......@@ -1562,7 +1562,7 @@ body { padding-bottom: 70px; }
</div>
{% highlight html %}
<ul class="pagination pagination-lg">...</ul>
<ul class="pagination pagination">...</ul>
<ul class="pagination">...</ul>
<ul class="pagination pagination-sm">...</ul>
{% endhighlight %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment