Skip to content

Commit e43cc4e

Browse files
author
jomae
committed
1.6.1dev: fix empty <caption class="trac-group"> element from query view without group parameter
git-svn-id: http://trac.edgewall.org/intertrac/log:/branches/1.6-stable@17874 af82e41b-90c4-0310-8c96-b1721e28e2e2
1 parent 900ea35 commit e43cc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trac/ticket/templates/query_results.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h2 class="report-result" >
6262
# endmacro
6363

6464
<table class="listing tickets">
65-
# if len(groups) > 0:
65+
# if len(groups) > 0 and groups[0][0] is not none:
6666
<caption class="trac-group">
6767
${group_heading(*groups[0])}
6868
</caption>

0 commit comments

Comments
 (0)