From: fred <fred>
Date: Sun, 24 Mar 2002 20:11:06 +0000 (+0000)
Subject: lilypond-0.1.62
X-Git-Tag: release/1.5.59~3133
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=87f2a62273ace4e6f6d8cfe0eb81e0f14c7d8f8d;p=lilypond.git

lilypond-0.1.62
---

diff --git a/bin/mutopia-index.py b/bin/mutopia-index.py
index ba178fdb72..485578f0dc 100644
--- a/bin/mutopia-index.py
+++ b/bin/mutopia-index.py
@@ -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>')