diff options
author | Stefan Ritter <gideonstar@thehappy.de> | 2009-07-24 16:23:07 +0200 |
---|---|---|
committer | Stefan Ritter <gideonstar@thehappy.de> | 2009-07-24 16:23:07 +0200 |
commit | f24d0587a587dfd8c93aafa7678d2cfb7116e2f8 (patch) | |
tree | 5c51550de8eab7337fab111f22fda3e86695b8c4 /blogthon.cgi | |
parent | 0d757b0522de7b53a26a6826cf4651ef43b8ef14 (diff) |
Added missing '
Diffstat (limited to '')
-rwxr-xr-x | blogthon.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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 = [] |