diff --git a/app/views/queries/index.rhtml b/app/views/queries/index.rhtml
index 1c608b8ac..aa2a94a84 100644
--- a/app/views/queries/index.rhtml
+++ b/app/views/queries/index.rhtml
@@ -11,7 +11,7 @@
<% @queries.each do |query| %>
- <%= link_to query.name, :controller => 'issues', :action => 'index', :project_id => @project, :query_id => query %>
+ <%= link_to h(query.name), :controller => 'issues', :action => 'index', :project_id => @project, :query_id => query %>
|
|