FIX: undefined method error for some digests.
This commit is contained in:
parent
b21949c7cb
commit
23066edbe1
|
@ -60,7 +60,7 @@ module UserNotificationsHelper
|
|||
else
|
||||
# Otherwise, try just the first paragraph.
|
||||
para = first_paragraph_from(html)
|
||||
raw Sanitize.clean(para, UserNotificationsHelper.sanitize_options)
|
||||
raw Sanitize.clean(para.to_s, UserNotificationsHelper.sanitize_options)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue