# HG changeset patch # User Denis Laxalde # Date 2017-06-21 15:02:21 # Node ID 9fda810cd0dbe6542b64caf45ce98e1c2a7d59b8 # Parent d8b40230c8e89249fe4b666b74dbbf928d00cff7 gitweb: wrap table rows of annotate view into a 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 element. diff --git a/mercurial/templates/gitweb/fileannotate.tmpl b/mercurial/templates/gitweb/fileannotate.tmpl --- a/mercurial/templates/gitweb/fileannotate.tmpl +++ b/mercurial/templates/gitweb/fileannotate.tmpl @@ -66,7 +66,9 @@ annotate |
+ {annotate%annotateline} +