diff options
author | W. Trevor King <wking@drexel.edu> | 2009-08-08 10:23:23 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2009-08-08 10:23:23 -0400 |
commit | 8de461d0a6dff522153a9f5ff392f40b0f9121d5 (patch) | |
tree | 200072b960f7b533ba9e4bc258100ab3850c28ef /becommands/html.py | |
parent | 1ba25941e538b2dedfc704c46a8416d9e59a1fd4 (diff) | |
download | bugseverywhere-8de461d0a6dff522153a9f5ff392f40b0f9121d5.tar.gz |
Oops, update comment.From->author and .time_string->.date in becommands/html.py
Diffstat (limited to 'becommands/html.py')
-rw-r--r-- | becommands/html.py | 4 |
1 files 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: |