From 33439853e5148ccf43b35bd51acdeb599f3e2d5f Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 17 Apr 2011 02:47:43 -0400 Subject: Ensure comment div ids start with a letter (per validator.w3.org). --- libbe/command/html.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbe/command/html.py') diff --git a/libbe/command/html.py b/libbe/command/html.py index 8d42747..1fdae08 100644 --- a/libbe/command/html.py +++ b/libbe/command/html.py @@ -782,9 +782,9 @@ div.root.comment { {% if comments %} {% for depth,comment in comments %} {% if depth == 0 %} -
+
{% else %} -
+
{% endif %} {{ comment_entry.render({ 'depth':depth, 'bug': bug, 'comment':comment, 'comment_dir':comment_dir, -- cgit