From: W. Trevor King Date: Sun, 17 Apr 2011 06:46:25 +0000 (-0400) Subject: Correct -> typo in `be html` templates. X-Git-Tag: 1.1.0~202 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=23c368d14d8c2449f360daef7ae497ffe95e5a7f;p=be.git Correct -> typo in `be html` templates. --- 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 %} """,