fix html escaping issues

This commit is contained in:
albert
2013-01-22 15:35:03 -05:00
parent d779753f55
commit 7fe919ea6a
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ module ApplicationHelper
end
def time_ago_in_words_tagged(time)
time_tag(raw(time_ago_in_words(time)) + " ago", time)
raw time_tag(time_ago_in_words(time) + " ago", time)
end
def compact_time(time)