Fix white-space for RSS feeds

このコミットが含まれているのは:
Omar Roth 2019-10-14 21:06:41 -04:00
コミット 1e34a61911
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: B8254FB7EC3D37F2
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -25,7 +25,7 @@ struct SearchVideo
xml.element("img", src: "#{host_url}/vi/#{self.id}/mqdefault.jpg")
end
xml.element("p", style: "white-space:pre") { xml.text html_to_content(self.description_html) }
xml.element("p", style: "white-space:pre-wrap") { xml.text html_to_content(self.description_html) }
end
end