diff options
author | Alex Legler <alex@a3li.li> | 2011-08-19 01:27:51 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2011-08-19 01:27:51 +0200 |
commit | 927c41171a51e437ef2c757006a9abe1ee23d397 (patch) | |
tree | 509257349ba1b1f7acd49ca81f33cc2f7783bed2 | |
parent | Fix glsa/diff action (diff) | |
download | glsamaker-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.erb | 2 |
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…", :controller => 'index', :action => 'about' %></span> + <span><%= link_to "About…".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> |