diff options
Diffstat (limited to 'youtube/templates/local_playlists_list.html')
-rw-r--r-- | youtube/templates/local_playlists_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/templates/local_playlists_list.html b/youtube/templates/local_playlists_list.html index f400808..61a6888 100644 --- a/youtube/templates/local_playlists_list.html +++ b/youtube/templates/local_playlists_list.html @@ -2,7 +2,7 @@ {% extends "base.html" %} {% block style %} - <link href="/youtube.com/static/home.css" rel="stylesheet"> + <link href="/youtube.com/static/home.css" rel="stylesheet"/> {% endblock style %} {% block main %} |