aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/glsa/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/glsa/show.html.erb b/app/views/glsa/show.html.erb
index d90fa37..7a5bdf8 100644
--- a/app/views/glsa/show.html.erb
+++ b/app/views/glsa/show.html.erb
@@ -1,5 +1,5 @@
<h1>
- <%= @rev.title %>
+ <%= sanitize(spelling(@rev.title), :tags => %w[span]) %>
<% if @glsa.restricted? %><span class="red">(CONFIDENTIAL)</span><% end %>
</h1>