Merge pull request #8321 from scott1702/patch-4

Fix indentation on pagination guide
This commit is contained in:
Robbie Averill 2018-08-14 15:39:07 +12:00 committed by GitHub
commit 88d3794828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ switch between pages:
...
<% end_if %>
<% end_if %>
<% end_loop %>
<% end_loop %>
<% if $PaginatedPages.NotLastPage %>
<a class="next" href="$PaginatedPages.NextLink">Next</a>
<% end_if %>