From 29fad4919a1d87a7f791388ade7985c92d8c0724 Mon Sep 17 00:00:00 2001 From: Morten Delenk Date: Sun, 12 Jun 2016 18:10:24 +0200 Subject: [PATCH] Closing quotes, there you are again --- comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comments.py b/comments.py index 23367ab..dc0fa3a 100755 --- a/comments.py +++ b/comments.py @@ -35,7 +35,7 @@ html.appendHTML("
"%seed) html.appendHTML("
") html.appendHTML("
") -html.appendHTML("\"Captcha" % base64.b64encode(capt.getvalue())) +html.appendHTML("\"Captcha" % base64.b64encode(capt.getvalue())) html.appendHTML("") html.appendHTML("
") count=storage.count("comments-%i"%aid)