##// END OF EJS Templates
gitweb: wrap table rows of annotate view into a <tbody> element...
Denis Laxalde -
r32992:9fda810c default
parent child Browse files
Show More
@@ -66,7 +66,9 b' annotate |'
66 66 </div>
67 67 <div class="page_body">
68 68 <table>
69 <tbody>
69 70 {annotate%annotateline}
71 </tbody>
70 72 </table>
71 73 </div>
72 74
General Comments 0
You need to be logged in to leave comments. Login now