From: W. Trevor King Date: Sun, 17 Apr 2011 06:47:43 +0000 (-0400) Subject: Ensure comment div ids start with a letter (per validator.w3.org). X-Git-Tag: 1.1.0~201 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=33439853e5148ccf43b35bd51acdeb599f3e2d5f;p=be.git Ensure comment div ids start with a letter (per validator.w3.org). --- 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,