From 72d9a417c3bdc1c631889ba08c378d75c52d099b Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 17 Apr 2011 02:49:21 -0400 Subject: Correct -> typo in `be html` templates. --- libbe/command/html.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbe/command') diff --git a/libbe/command/html.py b/libbe/command/html.py index 1fdae08..a53690e 100644 --- a/libbe/command/html.py +++ b/libbe/command/html.py @@ -808,7 +808,7 @@ div.root.comment { ## 'bug_comment_entry.html': """ - + - +
Comment: @@ -821,7 +821,7 @@ div.root.comment { {{ format_body(bug, comment) }}
""", } -- cgit