diff --git a/admin/templates/Includes/CMSLoadingScreen.ss b/admin/templates/Includes/CMSLoadingScreen.ss
index f39323552..ed896c8d7 100644
--- a/admin/templates/Includes/CMSLoadingScreen.ss
+++ b/admin/templates/Includes/CMSLoadingScreen.ss
@@ -1,6 +1,6 @@
- <% if FirstLink %>
- <% else %>
<% end_if %>
- <% if PrevLink %>
- <% else %>
<% end_if %>
+ <% if FirstLink %>
+ <% else %>
<% end_if %>
+ <% if PrevLink %>
+ <% else %>
<% end_if %>
<% _t('DISPLAYING', 'Displaying') %> $FirstItem <% _t('TO', 'to') %> $LastItem <% _t('OF', 'of') %> $TotalCount
- <% if NextLink %>
- <% else %>
<% end_if %>
- <% if LastLink %>
- <% else %>
<% end_if %>
+ <% if NextLink %>
+ <% else %>
<% end_if %>
+ <% if LastLink %>
+ <% else %>
<% end_if %>
<% end_if %>
diff --git a/templates/RelationComplexTableField.ss b/templates/RelationComplexTableField.ss
index 14c41c9da..a8d23ed23 100644
--- a/templates/RelationComplexTableField.ss
+++ b/templates/RelationComplexTableField.ss
@@ -34,7 +34,7 @@