diff --git a/app/views/browse/_node_details.html.erb b/app/views/browse/_node_details.html.erb
index 80df2cd85..7f584c9b3 100644
--- a/app/views/browse/_node_details.html.erb
+++ b/app/views/browse/_node_details.html.erb
@@ -1,4 +1,4 @@
-
+
<%= render :partial => "common_details", :object => node_details %>
diff --git a/app/views/browse/_relation_details.html.erb b/app/views/browse/_relation_details.html.erb
index e52c9981f..3c17e63f6 100644
--- a/app/views/browse/_relation_details.html.erb
+++ b/app/views/browse/_relation_details.html.erb
@@ -1,4 +1,4 @@
-
+
<%= render :partial => "common_details", :object => relation_details %>
diff --git a/app/views/browse/_way_details.html.erb b/app/views/browse/_way_details.html.erb
index 0344ebf64..e176f51a6 100644
--- a/app/views/browse/_way_details.html.erb
+++ b/app/views/browse/_way_details.html.erb
@@ -1,4 +1,4 @@
-
+
<%= render :partial => "common_details", :object => way_details %>