strip tags from content
This commit is contained in:
@@ -62,7 +62,7 @@ class REST::StatusSerializer < ActiveModel::Serializer
|
||||
end
|
||||
|
||||
def content
|
||||
Formatter.instance.format(object)
|
||||
Formatter.instance.format(object).strip
|
||||
end
|
||||
|
||||
def url
|
||||
|
||||
Reference in New Issue
Block a user