diff options
| -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> | 
