Skip to content

Commit

Permalink
1.7.1dev: merge [17802] from 1.6-stable (fix for #13242)
Browse files Browse the repository at this point in the history
git-svn-id: http://trac.edgewall.org/intertrac/log:/trunk@17803 af82e41b-90c4-0310-8c96-b1721e28e2e2
  • Loading branch information
jomae committed May 24, 2024
2 parents af69cc0 + d7a4fc4 commit bf91377
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions trac/ticket/templates/query_results.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
# endset
<h2 class="report-result">${tag_("Results %(num)s", num=numresults)}</h2>
# endif
# include 'page_index.html' if paginator.show_index
# if paginator.show_index:
# include 'page_index.html'
# endif

# macro group_heading(groupname, results)
# if groupname is not none:
Expand Down Expand Up @@ -199,5 +201,7 @@ <h2 class="report-result" >
# endfor
</table>
# endwith
# include 'page_index.html' if paginator.show_index
# if paginator.show_index:
# include 'page_index.html'
# endif
</div>

0 comments on commit bf91377

Please sign in to comment.