]> git.donarmstrong.com Git - lilypond.git/blobdiff - bin/mutopia-index.py
release: 0.1.62
[lilypond.git] / bin / mutopia-index.py
index ba178fdb72f7abee109c70f002174dca8dfbdad7..485578f0dc27c829036ed47763d31bd8e0fd0ddc 100644 (file)
@@ -27,7 +27,7 @@ def gen_list(inputs, subdir, filename):
        list.write  ('<ul>')    
         for ex in subdirs:
            print 'subdir %s ' % ex
-           list.write ('<li><a href=%s>Subdirectory: %s</a></li>\n' % (pre + ex + post , ex))
+           list.write ('<li><a href=%s/index.html>Subdirectory: %s</a></li>\n' % (pre + ex + post , ex))
 
        list.write ('</ul>')