FIX: Category hashtag is cooked incorrectly.
This commit is contained in:
+1
-1
@@ -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
|
||||
[category.url_with_id, text]
|
||||
else
|
||||
nil
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user