##// 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 </div>
66 </div>
67 <div class="page_body">
67 <div class="page_body">
68 <table>
68 <table>
69 <tbody>
69 {annotate%annotateline}
70 {annotate%annotateline}
71 </tbody>
70 </table>
72 </table>
71 </div>
73 </div>
72
74
General Comments 0
You need to be logged in to leave comments. Login now