From 6a00cfab1b932b0c5570cf4c52ac2171d2ed3f4e Mon Sep 17 00:00:00 2001 From: James Taylor Date: Mon, 22 Jul 2019 01:04:43 -0700 Subject: playlist: fix incorrect display of description --- youtube/templates/playlist.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube') diff --git a/youtube/templates/playlist.html b/youtube/templates/playlist.html index 074b813..371b51b 100644 --- a/youtube/templates/playlist.html +++ b/youtube/templates/playlist.html @@ -85,7 +85,7 @@
{{ views }}
{{ size }}
-
{{ description }}
+
{{ common_elements.text_runs(description) }}
-- cgit v1.2.3