aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2011-08-19 01:27:51 +0200
committerAlex Legler <alex@a3li.li>2011-08-19 01:27:51 +0200
commit927c41171a51e437ef2c757006a9abe1ee23d397 (patch)
tree509257349ba1b1f7acd49ca81f33cc2f7783bed2
parentFix glsa/diff action (diff)
downloadglsamaker-927c41171a51e437ef2c757006a9abe1ee23d397.tar.gz
glsamaker-927c41171a51e437ef2c757006a9abe1ee23d397.tar.bz2
glsamaker-927c41171a51e437ef2c757006a9abe1ee23d397.zip
Another rails-3 fix for the application layout
-rw-r--r--app/views/layouts/application.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 45a5a68..9909216 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -82,7 +82,7 @@
</div>
<div id="footer">
<span><strong>GLSAMaker <%= h GLSAMAKER_VERSION %></strong></span>
- <span><%= link_to "About&hellip;", :controller => 'index', :action => 'about' %></span>
+ <span><%= link_to "About&hellip;".html_safe, :controller => 'index', :action => 'about' %></span>
<span class="floatright"><strong>Administrative contact: <a href="mailto:<%= h GLSAMAKER_ADMIN_EMAIL%>"><%= h GLSAMAKER_ADMIN_EMAIL%></a></strong></span>
</div>