diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-07-22 01:04:43 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-07-22 01:04:43 -0700 |
commit | 6a00cfab1b932b0c5570cf4c52ac2171d2ed3f4e (patch) | |
tree | a8f3cfdeecb9d6919724ff112407d9514a137840 /youtube/templates | |
parent | dfbe29355ff4c2dd106efb5acb9240e5292b0f08 (diff) | |
download | yt-local-6a00cfab1b932b0c5570cf4c52ac2171d2ed3f4e.tar.lz yt-local-6a00cfab1b932b0c5570cf4c52ac2171d2ed3f4e.tar.xz yt-local-6a00cfab1b932b0c5570cf4c52ac2171d2ed3f4e.zip |
playlist: fix incorrect display of description
Diffstat (limited to 'youtube/templates')
-rw-r--r-- | youtube/templates/playlist.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <div>{{ views }}</div> <div>{{ size }}</div> </div> - <div class="playlist-description">{{ description }}</div> + <div class="playlist-description">{{ common_elements.text_runs(description) }}</div> </div> <div id="results"> |