From 23c368d14d8c2449f360daef7ae497ffe95e5a7f Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 17 Apr 2011 02:46:25 -0400 Subject: Correct -> typo in `be html` templates. --- libbe/command/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbe') diff --git a/libbe/command/html.py b/libbe/command/html.py index c403fcb..8d42747 100644 --- a/libbe/command/html.py +++ b/libbe/command/html.py @@ -702,7 +702,7 @@ div.root.comment { {% for bug in bugs %} {{ bug_entry.render({'bug':bug, 'dir':bug_dir(bug)}) }} {% endfor %} - + {% endblock %} """, -- cgit