diff --git a/blogthon.cgi b/blogthon.cgi index 96dcbe3..5f35503 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -45,7 +45,7 @@ line_start_hyphen = re.compile("^-.*$") line_start_plus = re.compile("^\+.*$") # Indention -ind = " " +ind = "\t" def generate_uuid(string): string_md5sum = md5(string.encode("utf-8")).hexdigest()