FIX: allow lists in summary email post excerpts

This commit is contained in:
Neil Lalonde 2018-04-11 14:16:08 -04:00
parent d16c4b0677
commit fcd20a70d7
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ module UserNotificationsHelper
result = ""
length = 0
doc.css('body > p, aside.onebox').each do |node|
doc.css('body > p, aside.onebox, body > ul').each do |node|
if node.text.present?
result << node.to_s
length += node.inner_text.length