summaryrefslogtreecommitdiffstats
path: root/app/views/boards
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/boards')
-rw-r--r--app/views/boards/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/boards/show.html.erb b/app/views/boards/show.html.erb
index 833e7d33d..34ccba9d6 100644
--- a/app/views/boards/show.html.erb
+++ b/app/views/boards/show.html.erb
@@ -65,7 +65,7 @@
<%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %>
<% end %>
-<% html_title h(@board.name) %>
+<% html_title @board.name %>
<% content_for :header_tags do %>
<%= auto_discovery_link_tag(:atom, {:format => 'atom', :key => User.current.rss_key}, :title => "#{@project}: #{@board}") %>