diff options
Diffstat (limited to 'pyload/webui/themes/dark/tml/pathchooser.html')
-rw-r--r-- | pyload/webui/themes/dark/tml/pathchooser.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/webui/themes/dark/tml/pathchooser.html b/pyload/webui/themes/dark/tml/pathchooser.html index 2b94f1019..288af8bfa 100644 --- a/pyload/webui/themes/dark/tml/pathchooser.html +++ b/pyload/webui/themes/dark/tml/pathchooser.html @@ -25,7 +25,7 @@ } </script> - <link rel="stylesheet" type="text/css" href="/dark/css/pathchooser.min.css"/> + <link rel="stylesheet" type="text/css" href="/Dark/css/pathchooser.min.css"/> </head> <body{% if type == 'file' %}{% if not oldfile %} onload="setInvalid();"{% endif %}{% endif %}> <center> |