--- a/mercurial/templates/paper/map Sat Jul 13 17:44:46 2013 +0400
+++ b/mercurial/templates/paper/map Sat Jul 13 17:44:57 2013 +0400
@@ -155,7 +155,7 @@
</tr>'
tags = tags.tmpl
tagentry = '
- <tr class="tagEntry parity{parity}">
+ <tr class="tagEntry">
<td>
<a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">
{tag|escape}
--- a/mercurial/templates/paper/tags.tmpl Sat Jul 13 17:44:46 2013 +0400
+++ b/mercurial/templates/paper/tags.tmpl Sat Jul 13 17:44:57 2013 +0400
@@ -46,7 +46,9 @@
<th>tag</th>
<th>node</th>
</tr>
+<tbody class="stripes2">
{entries%tagentry}
+</tbody>
</table>
</div>
</div>