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