diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-10-30 15:00:54 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-10-30 15:00:54 +0100 |
commit | 7888e09a2786d2c11500e30dbe5ae7bfea4c9ae8 (patch) | |
tree | 4246312863be8a89f9c42e22346e2218eed8d1ac | |
parent | e6ff0c0b305c9602610ed03eef4e6a5076618a61 (diff) |
Bugfix
-rwxr-xr-x | blogthon.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blogthon.cgi b/blogthon.cgi index 2e8f84c..5db2915 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -338,6 +338,7 @@ else: extern_link = line.split(':', 1)[1].strip() else: link = re.sub('\w+?\/', '', staticpage) + extern_link = '' break f.close() title = re.sub('\w+?\/\d+?-', '', staticpage) |