aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2011-10-24 20:53:49 +0200
committerAlex Legler <a3li@gentoo.org>2011-10-24 20:53:49 +0200
commit1961fa2a86f16fe555ca3bc54d9eaf4b717e423e (patch)
tree984085aedd62f8d351fac6a97e6efc3ce4bd9370
parentImplement better approval/rejection logic (diff)
downloadglsamaker-1961fa2a86f16fe555ca3bc54d9eaf4b717e423e.tar.gz
glsamaker-1961fa2a86f16fe555ca3bc54d9eaf4b717e423e.tar.bz2
glsamaker-1961fa2a86f16fe555ca3bc54d9eaf4b717e423e.zip
Spell-check the title
-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>