아이고
This commit is contained in:
parent
689b637ddf
commit
86d7e4d5d0
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ def distribusify(args, directory, freg): # noqa
|
||||||
fid = freg.get_index(artist, name)
|
fid = freg.get_index(artist, name)
|
||||||
rd = render_dir(args, "{}/{}".format(root, name))
|
rd = render_dir(args, "{}/{}".format(root, name))
|
||||||
# h = '<div id="{}">\n{}</div>'
|
# h = '<div id="{}">\n{}</div>'
|
||||||
h = '<div class="folder"><a class="anchor" id="{}"></a>\n{}<span class="fid">{}</span></div>'.format(fid, rd, fid)
|
h = '<div class="folder"><a class="anchor" id="{}"></a>\n{}<span class="fid">#{}</span></div>'.format(fid, rd, fid)
|
||||||
html.append(h)
|
html.append(h)
|
||||||
|
|
||||||
if not directory == root:
|
if not directory == root:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue