This commit is contained in:
Stefan Ritter 2009-10-30 14:56:45 +01:00
parent b56bc33a16
commit 7cb32d56d5
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ else:
print ' <div class="pages_list">' print ' <div class="pages_list">'
print ' <ul class="pages_list">' print ' <ul class="pages_list">'
for staticpage in staticpages_list: for staticpage in staticpages_list:
f = open(staticpages_dir + staticpage, 'r') f = open(staticpage, 'r')
for line in f: for line in f:
if line.split(':', 1)[0] == 'extern_link': if line.split(':', 1)[0] == 'extern_link':
link = line.split(':', 1)[1].strip() link = line.split(':', 1)[1].strip()