1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

Moved index.html up one level in the directory tree. That's where Audacity expects it.

This commit is contained in:
james.k.crook@gmail.com 2011-04-30 13:02:39 +00:00
parent 8838820660
commit 067d10ea44

View File

@ -638,7 +638,7 @@ def url_to_filename(url):
L[2] = L[2][:-len('index.php')] L[2] = L[2][:-len('index.php')]
if lpath[-1]=='man': if lpath[-1]=='man':
L[2] += '/' + INDEX_HTML L[2] = INDEX_HTML
L[2] = L[2].strip('/') L[2] = L[2].strip('/')