diff --git a/app/helpers/content_viewer_helper.rb b/app/helpers/content_viewer_helper.rb index 851de62..6a0c3b4 100644 --- a/app/helpers/content_viewer_helper.rb +++ b/app/helpers/content_viewer_helper.rb @@ -17,7 +17,7 @@ module ContentViewerHelper unless args[:no_link] title = content_tag('h3', link_to(article.name, article.url), :class => 'title') end - title << content_tag('span', _("%s, by %s" % [show_date(article.created_at), article.profile.name]), :class => 'created-at') + title << content_tag('span', _("%s, by %s") % [show_date(article.created_at), article.profile.name], :class => 'created-at') end title end -- libgit2 0.21.2