diff options
author | Gargaj <gargaj@conspiracy.hu> | 2024-09-12 00:42:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-11 23:42:21 +0100 |
commit | 67f56af6d43abbe04d9837209fd8a16529f6f60a (patch) | |
tree | 866542c79c17b743fa2419d7baa07efe6ffb98f9 /bskyweb | |
parent | 8a6d83de3b5723497e2bbebf10290cde15cfe1d7 (diff) | |
download | voidsky-67f56af6d43abbe04d9837209fd8a16529f6f60a.tar.zst |
remove double closing tag (#5257)
Diffstat (limited to 'bskyweb')
-rw-r--r-- | bskyweb/templates/base.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index c24802798..aa7efc5eb 100644 --- a/bskyweb/templates/base.html +++ b/bskyweb/templates/base.html @@ -259,7 +259,6 @@ pointer-events: none !important; } </style> - </style> {% include "scripts.html" %} <link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png"> |