From f24d0587a587dfd8c93aafa7678d2cfb7116e2f8 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Fri, 24 Jul 2009 16:23:07 +0200 Subject: [PATCH] Added missing ' --- blogthon.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blogthon.cgi b/blogthon.cgi index 277d335..f262ca6 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -206,7 +206,7 @@ if cname and ctext and ctitle: smtp.sendmail(blog_title, mail_to, msg) smtp.quit() except: - errorpage('commentsfile seems not to be writable!) + errorpage('commentsfile seems not to be writable!') # Read entries and store their title and timestamp entries = []