summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/invidious/search.cr2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/invidious/search.cr b/src/invidious/search.cr
index 08171ffe..b2fa78f0 100644
--- a/src/invidious/search.cr
+++ b/src/invidious/search.cr
@@ -24,6 +24,8 @@ struct SearchVideo
xml.element("a", href: "#{host_url}/watch?#{query_params}") do
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) }
end
end