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