diff --git a/lib/pretty_text.rb b/lib/pretty_text.rb index d0a3c60329b..fbd30ba2322 100644 --- a/lib/pretty_text.rb +++ b/lib/pretty_text.rb @@ -50,7 +50,7 @@ module PrettyText def category_hashtag_lookup(category_slug) if category = Category.query_from_hashtag_slug(category_slug) - [category.url_with_id, text] + [category.url_with_id, category_slug] else nil end