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