aboutsummaryrefslogtreecommitdiffstats
path: root/blogthon.cgi
diff options
context:
space:
mode:
authorAdrian Vondendriesch <discostu@81-89-105-205.(none)>2009-06-04 10:35:30 +0200
committerAdrian Vondendriesch <discostu@81-89-105-205.(none)>2009-06-04 10:35:30 +0200
commit8224638f1d4f155a39ff117c29ca05b45875a302 (patch)
treeaea83126cd28c8e42f755be6f86bc00555d9fbab /blogthon.cgi
parent4473c2cbe9a422555fbdaeddf5a0ddb0949d5190 (diff)
Correct the Commentsarea in blogthon.cgi an make some changes to the style blogthon_noir
Diffstat (limited to 'blogthon.cgi')
-rwxr-xr-xblogthon.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/blogthon.cgi b/blogthon.cgi
index 9ff2f02..2ff273e 100755
--- a/blogthon.cgi
+++ b/blogthon.cgi
@@ -384,9 +384,9 @@ else:
print ' </div>'
print ''
print ' <div class="comments">'
- print ' <div class="comment">'
for line in comments_content:
if line.split(".", 1)[0] == "-":
+ print ' <div class="comment">'
print ' <div class="comment_author">' + line.split(".", 1)[1].strip() + '</div>'
elif line.split(".", 1)[0] == "+":
print ' <div class="comment_date">' + line.split(".", 1)[1].strip() + '</div>'