gitweb: wrap table rows of annotate view into a <tbody> element
authorDenis Laxalde <denis.laxalde@logilab.fr>
Wed, 21 Jun 2017 17:02:21 +0200
changeset 32994 9fda810cd0db
parent 32993 d8b40230c8e8
child 32995 7c82bfd55d47
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.
mercurial/templates/gitweb/fileannotate.tmpl
--- a/mercurial/templates/gitweb/fileannotate.tmpl	Thu Jun 22 11:16:29 2017 +0200
+++ b/mercurial/templates/gitweb/fileannotate.tmpl	Wed Jun 21 17:02:21 2017 +0200
@@ -66,7 +66,9 @@
 </div>
 <div class="page_body">
 <table>
+<tbody>
 {annotate%annotateline}
+</tbody>
 </table>
 </div>