MercurialWebTheme

themes/mercurialweb/graphlabel.tmpl

33:72513716ad82
2011-03-14 Paul Boddie Don't escape apparently pre-escaped data.
     1 <tr id="{node|short}">     2   <td class="graphlabel">{age}</td>     3   <td class="graphlabel"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline}</a></td>     4   <td class="graphlabel branchinfo">{branches%branchtag}{inbranch%inbranchtag}{tags%tagtag}</td>     5 </tr>