This commit is contained in:
Stefan Ritter 2009-10-30 15:00:54 +01:00
parent e6ff0c0b30
commit 7888e09a27
1 changed files with 1 additions and 0 deletions

View File

@ -338,6 +338,7 @@ else:
extern_link = line.split(':', 1)[1].strip() extern_link = line.split(':', 1)[1].strip()
else: else:
link = re.sub('\w+?\/', '', staticpage) link = re.sub('\w+?\/', '', staticpage)
extern_link = ''
break break
f.close() f.close()
title = re.sub('\w+?\/\d+?-', '', staticpage) title = re.sub('\w+?\/\d+?-', '', staticpage)