comparison tests/test-hgweb-removed.t @ 24130:03f692eee31d

hgweb: clearly outline <tr> block in paper/changeset.tmpl This particular <tr> block should use the style of its neighboring blocks, otherwise it's easy to think that the closing '</tr>' is missing.
author Anton Shestakov <engored@ya.ru>
date Sat, 10 Jan 2015 21:37:42 +0800
parents bf661a03fddc
children 339e3cc073ac
comparison
equal deleted inserted replaced
24129:3fc86f1c39d8 24130:03f692eee31d
76 <th class="author">author</th> 76 <th class="author">author</th>
77 <td class="author">&#116;&#101;&#115;&#116;</td> 77 <td class="author">&#116;&#101;&#115;&#116;</td>
78 </tr> 78 </tr>
79 <tr> 79 <tr>
80 <th class="date">date</th> 80 <th class="date">date</th>
81 <td class="date age">Thu, 01 Jan 1970 00:00:00 +0000</td></tr> 81 <td class="date age">Thu, 01 Jan 1970 00:00:00 +0000</td>
82 </tr>
82 <tr> 83 <tr>
83 <th class="author">parents</th> 84 <th class="author">parents</th>
84 <td class="author"><a href="/rev/cb9a9f314b8b">cb9a9f314b8b</a> </td> 85 <td class="author"><a href="/rev/cb9a9f314b8b">cb9a9f314b8b</a> </td>
85 </tr> 86 </tr>
86 <tr> 87 <tr>