diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-08 03:09:50 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-08 03:09:50 +0200 |
commit | 2e16ec21f778c135f0e97f8444a3b307700b7001 (patch) | |
tree | cfeb78da818b3063c96a75e8ad5ba74823a2dae8 /pyload/webui/themes | |
parent | Merge branch 'pr/n1006_mariusbaumann' into 0.4.10 (diff) | |
download | pyload-2e16ec21f778c135f0e97f8444a3b307700b7001.tar.xz |
The single whitespace cleanup O.O
Diffstat (limited to 'pyload/webui/themes')
-rw-r--r-- | pyload/webui/themes/Next/tml/queue.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/webui/themes/Next/tml/queue.html b/pyload/webui/themes/Next/tml/queue.html index 1706c7567..265cdfbe1 100644 --- a/pyload/webui/themes/Next/tml/queue.html +++ b/pyload/webui/themes/Next/tml/queue.html @@ -60,7 +60,7 @@ document.addEvent("domready", function(){ {{ package.sizedone|formatsize }} / {{ package.sizetotal|formatsize }}</label> </div> <div style="clear: both; margin-bottom: -10px"></div> - + <div id="children_{{package.pid}}" style="display: none; margin-bottom: 15px;" class="children"> <span class="child_secrow" style="margin-bottom: 30px; margin-top: 5px;">{{_("Folder:")}} <span class="folder">{{package.folder}}</span> | {{_("Password:")}} <span class="password">{{package.password}}</span></span> |