Oops, update comment.From->author and .time_string->.date in becommands/html.py
authorW. Trevor King <wking@drexel.edu>
Sat, 8 Aug 2009 14:23:23 +0000 (10:23 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 8 Aug 2009 14:23:23 +0000 (10:23 -0400)
becommands/html.py

index deb968e31be6da44fad37a4b01e43dc64156b716..2f3a7eea27a9744e9093400bd8c3110688a80aca 100644 (file)
@@ -566,8 +566,8 @@ class BEHTMLGen():
             stack.append(comment)
             lines = ["--------- Comment ---------",
                      "Name: %s" % comment.uuid,
-                     "From: %s" % escape(comment.From),
-                     "Date: %s" % escape(comment.time_string),
+                     "From: %s" % escape(comment.author),
+                     "Date: %s" % escape(comment.date),
                      ""]
             lines.extend(escape(comment.body).splitlines())
             if depth == 0: