From 8de461d0a6dff522153a9f5ff392f40b0f9121d5 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 8 Aug 2009 10:23:23 -0400 Subject: [PATCH] Oops, update comment.From->author and .time_string->.date in becommands/html.py --- becommands/html.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/becommands/html.py b/becommands/html.py index deb968e..2f3a7ee 100644 --- a/becommands/html.py +++ b/becommands/html.py @@ -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: -- 2.26.2