diff --git a/docs/en/02_Developer_Guides/01_Templates/How_Tos/02_Pagination.md b/docs/en/02_Developer_Guides/01_Templates/How_Tos/02_Pagination.md index c2f9c1bb9..3ff8fc600 100644 --- a/docs/en/02_Developer_Guides/01_Templates/How_Tos/02_Pagination.md +++ b/docs/en/02_Developer_Guides/01_Templates/How_Tos/02_Pagination.md @@ -63,7 +63,7 @@ switch between pages: ... <% end_if %> <% end_if %> - <% end_loop %> + <% end_loop %> <% if $PaginatedPages.NotLastPage %> <% end_if %> diff --git a/templates/SilverStripe/Security/Security_MultiAuthenticatorTabbedForms.ss b/templates/SilverStripe/Security/Security_MultiAuthenticatorTabbedForms.ss index b4eb8ce72..17f3abdfd 100644 --- a/templates/SilverStripe/Security/Security_MultiAuthenticatorTabbedForms.ss +++ b/templates/SilverStripe/Security/Security_MultiAuthenticatorTabbedForms.ss @@ -1,12 +1,12 @@ <% loop $Forms %> -
+

$AuthenticatorName

$forTemplate