From 54a5d04782b5a33f3b402d42f6c26a84caa3e1c6 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 24 Nov 2011 22:24:45 +0000 Subject: [PATCH] Don't escape links in "flash required" message --- app/views/site/_potlatch.html.erb | 2 +- app/views/site/_potlatch2.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/site/_potlatch.html.erb b/app/views/site/_potlatch.html.erb index da348d417..c4df0021f 100644 --- a/app/views/site/_potlatch.html.erb +++ b/app/views/site/_potlatch.html.erb @@ -1,5 +1,5 @@
-
<%= t 'site.edit.flash_player_required' %>
+
<%= raw t 'site.edit.flash_player_required' %>
<%= javascript_include_tag 'swfobject.js' %> diff --git a/app/views/site/_potlatch2.html.erb b/app/views/site/_potlatch2.html.erb index ceb92558c..da68e0ba6 100644 --- a/app/views/site/_potlatch2.html.erb +++ b/app/views/site/_potlatch2.html.erb @@ -1,5 +1,5 @@
-
<%= t 'site.edit.flash_player_required' %>
+
<%= raw t 'site.edit.flash_player_required' %>
<%= javascript_include_tag 'swfobject.js' %> -- 2.43.2