summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/projects/index.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/index.html.erb b/app/views/projects/index.html.erb
index 621ffd5f1..504ac0266 100644
--- a/app/views/projects/index.html.erb
+++ b/app/views/projects/index.html.erb
@@ -11,10 +11,10 @@
:id => nil } %>
</div>
-<h2><%=l(:label_project_plural)%></h2>
+<h2><%= l(:label_project_plural) %></h2>
<div id="projects-index">
-<%= render_project_hierarchy(@projects)%>
+<%= render_project_hierarchy(@projects) %>
</div>
<% if User.current.logged? %>