diff --git a/app/views/wiki/date_index.html.erb b/app/views/wiki/date_index.html.erb
index a0327cf4c..e1d39baef 100644
--- a/app/views/wiki/date_index.html.erb
+++ b/app/views/wiki/date_index.html.erb
@@ -12,7 +12,7 @@
<%= format_date(date) %>
<% @pages_by_date[date].each do |page| %>
- - <%= link_to page.pretty_title, :action => 'show', :id => page.title, :project_id => page.project %>
+ - <%= link_to h(page.pretty_title), :action => 'show', :id => page.title, :project_id => page.project %>
<% end %>
<% end %>