diff options
Diffstat (limited to 'pyload/webui/themes/flat/tml/window.html')
-rw-r--r-- | pyload/webui/themes/flat/tml/window.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/webui/themes/flat/tml/window.html b/pyload/webui/themes/flat/tml/window.html index 8f57843c6..ea5d65e46 100644 --- a/pyload/webui/themes/flat/tml/window.html +++ b/pyload/webui/themes/flat/tml/window.html @@ -12,7 +12,7 @@ <label for="add_links">{{_("Links")}} <span class="small">{{_("Paste your links here or any text and press the filter button.")}}</span> <span class="small"> {{ _("Filter urls") }} -<img alt="URIParsing" Title="Parse Uri" src="/flat/img/default/parseUri.png" style="cursor:pointer; vertical-align: text-bottom;" onclick="parseUri()"/> +<img alt="URIParsing" Title="Parse Uri" src="/Flat/img/default/parseUri.png" style="cursor:pointer; vertical-align: text-bottom;" onclick="parseUri()"/> </span> </label> |