From 62aea0e820fcafa55bfb4190bca48c3efdd7236a Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Wed, 31 Aug 2011 18:06:30 -0700 Subject: fix for mention links, and the first tag links #ohYEAH --- app/helpers/markdownify_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/helpers/markdownify_helper.rb b/app/helpers/markdownify_helper.rb index a49ce2381..89f09e521 100644 --- a/app/helpers/markdownify_helper.rb +++ b/app/helpers/markdownify_helper.rb @@ -39,7 +39,7 @@ module MarkdownifyHelper if target.respond_to?(:format_mentions) message = target.format_mentions(message) end - + message = Diaspora::Taggable.format_tags(message, :no_escape => true) return message.html_safe -- cgit v1.2.3