From: W. Trevor King Date: Sat, 8 Aug 2009 14:23:23 +0000 (-0400) Subject: Oops, update comment.From->author and .time_string->.date in becommands/html.py X-Git-Tag: 1.0.0~62^2~32 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8de461d0a6dff522153a9f5ff392f40b0f9121d5;p=be.git Oops, update comment.From->author and .time_string->.date in becommands/html.py --- 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: