From c716dfbccd4ee7b210dcf91ee7eb18550b65bf2b Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 3 Oct 2014 21:27:12 +0200 Subject: Remove trailing whitespaces --- pyload/webui/themes/dark/css/dark.css | 2 +- pyload/webui/themes/dark/tml/base.html | 2 +- pyload/webui/themes/dark/tml/captcha.html | 18 +++++++++--------- pyload/webui/themes/dark/tml/home.html | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) (limited to 'pyload/webui/themes/dark') diff --git a/pyload/webui/themes/dark/css/dark.css b/pyload/webui/themes/dark/css/dark.css index ca16d0621..713f8db06 100644 --- a/pyload/webui/themes/dark/css/dark.css +++ b/pyload/webui/themes/dark/css/dark.css @@ -612,7 +612,7 @@ td p { .progress_bar { background: #0C0; height: 5px; - + } .queue { diff --git a/pyload/webui/themes/dark/tml/base.html b/pyload/webui/themes/dark/tml/base.html index e7179acfa..bafcc319d 100644 --- a/pyload/webui/themes/dark/tml/base.html +++ b/pyload/webui/themes/dark/tml/base.html @@ -99,7 +99,7 @@ {{_("Config")}} {% endblock %} - + {% endif %} diff --git a/pyload/webui/themes/dark/tml/captcha.html b/pyload/webui/themes/dark/tml/captcha.html index ae1afe444..731d97d11 100644 --- a/pyload/webui/themes/dark/tml/captcha.html +++ b/pyload/webui/themes/dark/tml/captcha.html @@ -2,28 +2,28 @@
- +

{{_("Captcha reading")}}

{{_("Please read the text on the captcha.")}}

- +
- + - + - + - +
- +
@@ -34,9 +34,9 @@
- +
- + \ No newline at end of file diff --git a/pyload/webui/themes/dark/tml/home.html b/pyload/webui/themes/dark/tml/home.html index b350b705e..ef862d25c 100644 --- a/pyload/webui/themes/dark/tml/home.html +++ b/pyload/webui/themes/dark/tml/home.html @@ -21,7 +21,7 @@ var EntryManager = new Class({ delay: 2500, limit: 30000 }); - + this.ids = [{% for link in content %} {% if forloop.last %} {{ link.id }} -- cgit v1.2.3