diff --git a/app/views/wiki/_sidebar.html.erb b/app/views/wiki/_sidebar.html.erb
index b4034d88b..7208376dc 100644
--- a/app/views/wiki/_sidebar.html.erb
+++ b/app/views/wiki/_sidebar.html.erb
@@ -3,7 +3,10 @@
<% end -%>
<%= l(:label_wiki) %>
-
-<%= link_to l(:field_start_page), {:action => 'show', :id => nil} %>
-<%= link_to l(:label_index_by_title), {:action => 'index'} %>
-<%= link_to l(:label_index_by_date), {:controller => 'wiki', :project_id => @project, :action => 'date_index'} %>
+
+ - <%= link_to(l(:field_start_page), {:action => 'show', :id => nil}) %>
+ - <%= link_to(l(:label_index_by_title), {:action => 'index'}) %>
+ - <%= link_to(l(:label_index_by_date),
+ {:controller => 'wiki', :project_id => @project,
+ :action => 'date_index'}) %>
+