summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2011-12-17 22:05:29 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2011-12-17 22:05:29 +0000
commitb59d092e91297df6ada11b4a5687277aebad1336 (patch)
tree89656dd55f8402d66639646aa82879004a7a3909
parent8269e9a990cd70e2bb3dc4a441404c55f8bf528b (diff)
downloadredmine-b59d092e91297df6ada11b4a5687277aebad1336.tar.gz
redmine-b59d092e91297df6ada11b4a5687277aebad1336.zip
html_safe for Rails3
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8270 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--app/views/issues/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb
index 3302bbb7a..c3e23a776 100644
--- a/app/views/issues/show.html.erb
+++ b/app/views/issues/show.html.erb
@@ -11,7 +11,7 @@
<p class="author">
<%= authoring @issue.created_on, @issue.author %>.
<% if @issue.created_on != @issue.updated_on %>
- <%= l(:label_updated_time, time_tag(@issue.updated_on)) %>.
+ <%= l(:label_updated_time, time_tag(@issue.updated_on)).html_safe %>.
<% end %>
</p>