diff options
author | zrose584 <57181548+zrose584@users.noreply.github.com> | 2020-10-21 10:29:49 +0200 |
---|---|---|
committer | zrose584 <57181548+zrose584@users.noreply.github.com> | 2020-10-21 10:29:49 +0200 |
commit | 832524e421349e279d8ec06c89fef7f16dc46ae8 (patch) | |
tree | b798ae39342def9aff62d3c260153ebacb7c9b93 /youtube/templates | |
parent | d86f521326a8341f3a7a5dc445b44a235cb29268 (diff) | |
download | yt-local-832524e421349e279d8ec06c89fef7f16dc46ae8.tar.lz yt-local-832524e421349e279d8ec06c89fef7f16dc46ae8.tar.xz yt-local-832524e421349e279d8ec06c89fef7f16dc46ae8.zip |
fix html
Diffstat (limited to 'youtube/templates')
-rw-r--r-- | youtube/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/templates/base.html b/youtube/templates/base.html index ef69960..4fc48cf 100644 --- a/youtube/templates/base.html +++ b/youtube/templates/base.html @@ -6,7 +6,7 @@ <meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-inline'; media-src 'self' https://*.googlevideo.com; {% if not settings.proxy_images %} img-src https://*.googleusercontent.com https://*.ggpht.com https://*.ytimg.com; - {% endif %} + {% endif %}"> <link href="{{ theme_path }}" type="text/css" rel="stylesheet"> <link href="/youtube.com/static/shared.css" type="text/css" rel="stylesheet"> |