diff --git a/app/views/catalog/_result_datasets.html.erb b/app/views/catalog/_result_datasets.html.erb
index c192c0b550496f9d75cefe2fa41deb2b0c9448bf..7520ee404801bbb6f2c169074943a98dd49acd90 100644
--- a/app/views/catalog/_result_datasets.html.erb
+++ b/app/views/catalog/_result_datasets.html.erb
@@ -4,7 +4,7 @@
Currently belongs to:
<% in_datasets.each do |dataset_id, dataset_title| %>
<%= link_to "/dataset/#{dataset_id}" do %>
-
<%= dataset_title %>
+
<%= dataset_title %>
<% end %>
<% end %>
diff --git a/app/views/catalog/_search_form.html.erb b/app/views/catalog/_search_form.html.erb
index 61e5b7a18d36791c7a9d8596209500fb1398abfc..c8f0311760a09e5111d4c86e7d6bbbafcca2125e 100644
--- a/app/views/catalog/_search_form.html.erb
+++ b/app/views/catalog/_search_form.html.erb
@@ -1,16 +1,16 @@
\ No newline at end of file