浏览代码

Oops, typo

Antoine Leroyer 11 年之前
父节点
当前提交
f07f0f3567
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/rSeed/server.rb

+ 1 - 1
lib/rSeed/server.rb

@@ -111,7 +111,7 @@ module RSeed
     get %r{/d/([a-zA-Z0-9]+)} do |hash|
       if publicLink(hash)
         haml :download, :locals => { 
-          :torrentFileTree => @utils.renderTree(@utils.treePath(@rtorrent.getTorrentPath(hash)))
+          :torrentFileTree => @utils.renderTree(@utils.treePath(@rtorrent.getTorrentPath(hash))),
           :tname => @rtorrent.getName(hash),
           :thash => hash
         }