changeset 33777:9fda810cd0db

gitweb: wrap table rows of annotate view into a <tbody> element We will use this element to hook data attribute for the followlines.js script to be plugged in annotate view. Also this gets symmetrical with paper style which already has a <tbody> element.
author Denis Laxalde <denis.laxalde@logilab.fr>
date Wed, 21 Jun 2017 17:02:21 +0200
parents d8b40230c8e8
children 7c82bfd55d47
files mercurial/templates/gitweb/fileannotate.tmpl
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/templates/gitweb/fileannotate.tmpl
+++ b/mercurial/templates/gitweb/fileannotate.tmpl
@@ -66,7 +66,9 @@
 </div>
 <div class="page_body">
 <table>
+<tbody>
 {annotate%annotateline}
+</tbody>
 </table>
 </div>