diff --git a/app/components/arclight/online_content_filter_component.html.erb b/app/components/arclight/online_content_filter_component.html.erb
index c2128e501..a09faa8b5 100644
--- a/app/components/arclight/online_content_filter_component.html.erb
+++ b/app/components/arclight/online_content_filter_component.html.erb
@@ -7,7 +7,7 @@
<%= t('arclight.views.show.online_content.title') %>
-
+
<%= t('arclight.views.show.online_content.description') %>
<%= link_to t('arclight.views.show.online_content.link_text'), helpers.search_action_path(f: { collection: [collection_name], access: ['online'] }) %>
diff --git a/app/components/arclight/repository_breadcrumb_component.html.erb b/app/components/arclight/repository_breadcrumb_component.html.erb
index 38d0e660d..b918d4bd6 100644
--- a/app/components/arclight/repository_breadcrumb_component.html.erb
+++ b/app/components/arclight/repository_breadcrumb_component.html.erb
@@ -1,5 +1,5 @@
-
+
<%= blacklight_icon(:repository, classes: 'al-repository-content-icon') %>
<% if repository_path %>
diff --git a/app/components/arclight/search_result_title_component.html.erb b/app/components/arclight/search_result_title_component.html.erb
index b622fa806..ec90363ba 100644
--- a/app/components/arclight/search_result_title_component.html.erb
+++ b/app/components/arclight/search_result_title_component.html.erb
@@ -3,8 +3,8 @@
<%= helpers.link_to_document @document, counter: @counter %>
<% @document.extent.each do |extent| %>
<%= tag.span extent, class: 'al-document-extent badge' unless compact? %>
- <% end %>
- <%= tag.span class: 'al-document-container text-muted ml-auto' do %>
+ <% end %>
+ <%= tag.span class: 'al-document-container text-muted' do %>
<%= @document.containers.join(', ') %>
<% end if @document.containers.present? %>
@@ -12,4 +12,4 @@
<% actions.each do |action| %>
<%= action %>
<% end %>
-
\ No newline at end of file
+
diff --git a/app/views/shared/_main_menu_links.html.erb b/app/views/shared/_main_menu_links.html.erb
index fbae49921..4d7b38c0f 100644
--- a/app/views/shared/_main_menu_links.html.erb
+++ b/app/views/shared/_main_menu_links.html.erb
@@ -1,6 +1,6 @@
<%= link_to t('arclight.routes.repositories'), arclight_engine.repositories_path, class: 'nav-link' %>
-
+
<%= link_to t('arclight.routes.collections'), arclight_engine.collections_path, class: 'nav-link' %>